From 3bce353d07a91c0861b776636446fe673801ed32 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 23 May 2024 08:55:54 +0800
Subject: [PATCH] 样式优化及无诈审核优化

---
 src/views/publicSecurity/campusExclusion.vue |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/src/views/publicSecurity/campusExclusion.vue b/src/views/publicSecurity/campusExclusion.vue
index a968f25..0ad9144 100644
--- a/src/views/publicSecurity/campusExclusion.vue
+++ b/src/views/publicSecurity/campusExclusion.vue
@@ -121,7 +121,7 @@
         datetime: "",
         selectionList: [],
         option: {
-          labelWidth: 96,
+          labelWidth: 110,
           searchLabelWidth: 96,
           searchShow: true,
           searchMenuSpan: 3,
@@ -143,7 +143,7 @@
           selection: true,
           dialogClickModal: false,
           column: [{
-              width: 110,
+              width: 130,
               span: 12,
               label: "姓名",
               prop: "name",
@@ -158,7 +158,7 @@
               label: "图片",
               prop: "images",
               type: "upload",
-              labelWidth: 120,
+              labelWidth: 110,
               listType: "picture-img",
               action: "/api/blade-resource/oss/endpoint/put-file",
               propsHttp: {
@@ -168,15 +168,17 @@
               },
               span: 24,
             }, {
-              width: 110,
-              span: 12,
+              width: 140,
+              span: 24,
               label: "描述",
+              type: 'textarea',
               prop: "remark",
               searchSpan: 4,
               searchLabelWidth: 60,
               search: true,
               align: 'center',
               labelWidth: 110,
+              overHidden: true,
             }, {
               label: '是否问题',
               align: 'center',
@@ -185,10 +187,10 @@
               slot: true,
               dicData: [{
                 label: '是',
-                value: 1
+                value: "1"
               }, {
                 label: '否',
-                value: 2
+                value: "2"
               }],
               width: 90,
             },
@@ -200,10 +202,10 @@
               slot: true,
               dicData: [{
                 label: '是',
-                value: 1
+                value: "1"
               }, {
                 label: '否',
-                value: 2
+                value: "2"
               }],
               width: 90,
             },
@@ -215,10 +217,10 @@
               slot: true,
               dicData: [{
                 label: '是',
-                value: 1
+                value: "1"
               }, {
                 label: '否',
-                value: 2
+                value: "2"
               }],
               width: 90,
             }, {
@@ -307,13 +309,13 @@
               slot: true,
               dicData: [{
                 label: '待审核',
-                value: 1
+                value: "1"
               }, {
                 label: '通过',
-                value: 2
+                value: "2"
               }, {
                 label: '驳回',
-                value: 3
+                value: "3"
               }],
               align: 'center',
               labelWidth: 110,

--
Gitblit v1.9.3