From d16d10d94fddff86bdfd87113e7fd2cebe8b7cd7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Jan 2024 18:15:06 +0800
Subject: [PATCH] 居民监管样式调整

---
 src/views/task/index.vue |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/src/views/task/index.vue b/src/views/task/index.vue
index a31be2e..7478be5 100644
--- a/src/views/task/index.vue
+++ b/src/views/task/index.vue
@@ -54,13 +54,16 @@
             datetime: "",
             selectionList: [],
             option: {
+                labelWidth: 120,
+                searchLabelWidth: 66,
+                searchShow: true,
+                searchMenuSpan: 3,
+                menuWidth: 160,
+
                 height: "auto",
                 calcHeight: 54,
                 dialogWidth: 950,
                 tip: false,
-                searchShow: true,
-                searchMenuSpan: 3,
-                menuWidth: 280,
                 border: true,
                 //stripe:true,
                 index: true,
@@ -75,7 +78,7 @@
                     {
                         label: "类型",
                         prop: "type",
-                        span: 12,
+                        span: 24,
                         searchSpan: 4,
                         dataType: "number",
                         type: "select",
@@ -87,29 +90,26 @@
                             value: "dictKey",
                         },
                         search: true,
-                        span: 15,
                         row: true,
-                        labelWidth: 110,
                     },
                     {
+                        width: 110,
                         label: "姓名",
                         prop: "realName",
                         span: 12,
                         searchSpan: 4,
-                        width: 100,
                         search: true,
                         editDisabled: true,
-                        labelWidth: 110,
                     },
                     {
+                        width: 120,
                         label: "手机号",
                         prop: "phone",
                         span: 12,
-                        width: 100,
                         searchSpan: 4,
+                        searchLabelWidth: 76,
                         search: true,
                         editDisabled: true,
-                        labelWidth: 110,
                     },
                     {
                         width: 110,
@@ -127,14 +127,12 @@
                         },
                         span: 24,
                         editDisabled: true,
-                        labelWidth: 110,
                     },
                     {
+                        overHidden: true,
                         label: "上报事发地址",
                         prop: "address",
-                        overHidden: true,
                         editDisabled: true,
-                        labelWidth: 110,
                         span: 24
                     },
                     // {
@@ -143,31 +141,29 @@
                     //   overHidden:true
                     // },
                     {
+                        width: 144,
                         label: "上报时间",
                         prop: "createTime",
-                        width: 160,
                         addDisplay: false,
                         editDisplay: false,
                         type: "date",
                         format: "yyyy-MM-dd HH:mm:ss",
                         valueFormat: "yyyy-MM-dd HH:mm:ss",
                         editDisabled: true,
-                        labelWidth: 110,
                     },
                     {
+                        overHidden: true,
                         label: "描述",
                         prop: "remark",
                         type: "textarea",
                         span: 24,
                         editDisabled: true,
-                        labelWidth: 110,
                     },
                     {
                         label: "接收员",
                         prop: "userIds",
                         type: "tree",
                         hide: true,
-                        labelWidth: 110,
                         dicUrl: "/api/blade-gridman/gridman/getGridmanList",
                         props: {
                             label: "gridmanName",

--
Gitblit v1.9.3