From 076f7db1e1fc868fbee4524ff2194056fa2304d9 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 17 Jan 2024 09:49:53 +0800
Subject: [PATCH] 行业可清空,地图放大

---
 src/views/dispatch/dispatch.vue |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/src/views/dispatch/dispatch.vue b/src/views/dispatch/dispatch.vue
index 122e26f..a11653e 100644
--- a/src/views/dispatch/dispatch.vue
+++ b/src/views/dispatch/dispatch.vue
@@ -176,32 +176,6 @@
             tip: "请上传 .xls,.xlsx 标准格式文件",
             action: "/api/dispatcherUnit/import-dispatcherUnit"
           },
-          // {
-          //     label: "数据覆盖",
-          //     prop: "isCovered",
-          //     type: "switch",
-          //     align: "center",
-          //     width: 80,
-          //     dicData: [
-          //     {
-          //         label: "否",
-          //         value: 0,
-          //     },
-          //     {
-          //         label: "是",
-          //         value: 1,
-          //     },
-          //     ],
-          //     value: 0,
-          //     slot: true,
-          //     rules: [
-          //     {
-          //         required: true,
-          //         message: "请选择是否覆盖",
-          //         trigger: "blur",
-          //     },
-          //     ],
-          // },
           {
             label: "模板下载",
             prop: "excelTemplate",
@@ -230,7 +204,6 @@
             searchLabelWidth: 110,
             overHidden: true,
             searchSpan: 4,
-            width: 210,
             labelWidth: 138,
             rules: [
               {
@@ -258,7 +231,6 @@
               }
             ],
             labelWidth: 138,
-            width: 180,
             searchLabelWidth: 80,
             search: true,
             searchSpan: 4
@@ -278,7 +250,6 @@
             searchLabelWidth: 110,
             overHidden: true,
             searchSpan: 4,
-            width: 100,
             labelWidth: 138,
             rules: [
               {
@@ -303,7 +274,6 @@
             searchLabelWidth: 110,
             overHidden: true,
             searchSpan: 4,
-            width: 100,
             labelWidth: 138,
             rules: [
               {
@@ -390,7 +360,6 @@
             viewDisplay: false,
             overHidden: true,
             labelWidth: 138,
-            width: 100,
             type: "tree",
             dicUrl: "/api/jurisdiction/lazy-tree",
             props: {
@@ -475,7 +444,6 @@
             label: "负责人联系方式",
             prop: "cell",
             labelWidth: 138,
-            width: 110,
             rules: [
               {
                 required: true,
@@ -494,7 +462,6 @@
             prop: "num",
             type: "number",
             labelWidth: 138,
-            width: 110,
             rules: [
               {
                 required: true,
@@ -506,7 +473,6 @@
           {
             label:"地图选点",
             labelWidth: 138,
-            width: 110,
             prop:"mapAddress",
             type: "map",
             span:24,

--
Gitblit v1.9.3