From e14ef8c7d972710ff28edccd6a8e9ff4fcf1684b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 07 May 2024 19:13:13 +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