From 1a5c9d89d7a1347046692ce5086a1391027c8593 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 09:59:42 +0800
Subject: [PATCH] 代码优化

---
 src/views/backblask/BackblastWarnHanRec.vue |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/src/views/backblask/BackblastWarnHanRec.vue b/src/views/backblask/BackblastWarnHanRec.vue
index 61e0208..6a95f5f 100644
--- a/src/views/backblask/BackblastWarnHanRec.vue
+++ b/src/views/backblask/BackblastWarnHanRec.vue
@@ -91,10 +91,11 @@
               hide: true,
               searchSpan: 5,
               searchLabelWidth: 76,
+              addDisplay: false,
+              editDisplay: false,
             }, {
               label: "地址",
               prop: "address",
-              // align: 'center',
               minWidth: 210,
               search: true,
               searchSpan: 5,
@@ -105,7 +106,6 @@
             }, {
               label: "核实内容信息",
               prop: "recContent",
-              // align: 'center',
               minWidth: 150,
               labelWidth: 120,
               type: "textarea",
@@ -114,25 +114,15 @@
               overHidden: true,
             },
             {
-              label: "核实现场照片",
-              prop: "sceUrls",
-              // align: 'center',
-              labelWidth: 120,
-              row: true,
-              span: 24,
-              fileType: 'img',
-              type: "upload",
-              listType: "picture-card",
-              dataType: "string",
-              width: 110,
-            }, {
               label: "创建时间",
               prop: "createTime",
               labelWidth: 120,
               align: 'center',
               width: 156,
               row: true,
-              searchPlaceholder: '请输入'
+              searchPlaceholder: '请输入',
+              addDisplay: false,
+              editDisplay: false,
             }, {
               label: "民警姓名",
               prop: "policeman",
@@ -176,6 +166,7 @@
             // },
             {
               searchLabelWidth: 90,
+              labelWidth: 120,
               label: "辖区派出所",
               search: true,
               searchSpan: 4,
@@ -202,7 +193,19 @@
               labelWidth: 120,
               searchLabelWidth: 96,
               searchPlaceholder: '请输入宣防单位'
-            }
+            }, {
+              label: "核实现场照片",
+              prop: "sceUrls",
+              // align: 'center',
+              labelWidth: 120,
+              row: true,
+              span: 24,
+              fileType: 'img',
+              type: "upload",
+              listType: "picture-card",
+              dataType: "string",
+              width: 110,
+            },
           ],
         },
         data: []

--
Gitblit v1.9.3