From 6a7b5f379f8d3e8b6d004bdf347cf1e86f3efdaf Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 06 May 2022 16:13:26 +0800
Subject: [PATCH] 保安员管理菜单修改,培训报名修改
---
src/views/securityGuard/data.js | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index 515a33d..6cef7fa 100644
--- a/src/views/securityGuard/data.js
+++ b/src/views/securityGuard/data.js
@@ -784,28 +784,28 @@
// }
// ]
// },
- // {
- // label: "在职状态",
- // prop: "status",
- // type: "select",
- // dicUrl: "/api/blade-system/dict-biz/dictionary?code=workerState",
- // props: {
- // label: "dictValue",
- // value: "dictKey"
- // },
- // dataType: "number",
- // searchValue: 1,
- // display: false,
- // hide: true,
- // searchSpan: 3,
- // width: 80,
- // search: true,
- // rules: [{
- // required: true,
- // message: "请选择在职状态",
- // trigger: "blur"
- // }]
- // },
+ {
+ label: "在职状态",
+ prop: "status",
+ type: "select",
+ dicUrl: "/api/blade-system/dict-biz/dictionary?code=workerState",
+ props: {
+ label: "dictValue",
+ value: "dictKey"
+ },
+ dataType: "number",
+ searchValue: 1,
+ display: false,
+ hide: true,
+ searchSpan: 3,
+ width: 80,
+ search: true,
+ rules: [{
+ required: true,
+ message: "请选择在职状态",
+ trigger: "blur"
+ }]
+ },
// {
// label: "审查状态",
// prop: "examinationType",
--
Gitblit v1.9.3