From c393f8b721c1e7f6ea65ff0f3ad3a47dce71cfbc Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 21 Jan 2025 10:20:34 +0800
Subject: [PATCH] 格式异常问题解决

---
 src/views/scheduling/scheduling.vue |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/src/views/scheduling/scheduling.vue b/src/views/scheduling/scheduling.vue
index c0dd957..9e58906 100644
--- a/src/views/scheduling/scheduling.vue
+++ b/src/views/scheduling/scheduling.vue
@@ -134,29 +134,28 @@
             prop: "person",
             search: true,
           },
-          {
-            label: "联系方式",
-            prop: "contact",
-          },
+          // {
+          //   label: "联系方式",
+          //   prop: "contact",
+          // },
           {
             label: "值班类型",
             prop: "type",
           },
-          {
-            label: "带班领导",
-            prop: "leads",
-            type: "select",
-            dicUrl: "/api/policeman/policeman/all",
-            props: {
-              label: "name",
-              value: "id"
-            }
-          },
-          {
-            label: "联系方式",
-            prop: "leadContact",
-          },
-
+          // {
+          //   label: "带班领导",
+          //   prop: "leads",
+          //   type: "select",
+          //   dicUrl: "/api/policeman/policeman/all",
+          //   props: {
+          //     label: "name",
+          //     value: "id"
+          //   }
+          // },
+          // {
+          //   label: "联系方式",
+          //   prop: "leadContact",
+          // },
         ]
       },
       data: [],

--
Gitblit v1.9.3