From 31e231f3a6dddfc6e6c493c14edd19421e1b0377 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 24 十月 2024 11:35:59 +0800
Subject: [PATCH] 取消单位密码 表单验证,一机一档录像优化
---
src/views/system/data-manage/data-detail/list.js | 44 ++++++++++++++++++++++++++++++++++++++------
src/views/system/unit/index.vue | 3 ---
2 files changed, 38 insertions(+), 9 deletions(-)
diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js
index fea4339..271c90b 100644
--- a/src/views/system/data-manage/data-detail/list.js
+++ b/src/views/system/data-manage/data-detail/list.js
@@ -1285,6 +1285,9 @@
icon: 'el-icon-wind-power',
dataList: [
{
+ label: '鎬绘暟'
+ },
+ {
label: '瀹屾暣'
},
{
@@ -1294,11 +1297,17 @@
label: '寮傚父'
},
{
- label: '浠婃棩鍙敤鐜�'
+ label: '褰曞儚鍙敤鐜�'
},
]
}
- ]
+ ],
+ options: [
+ { label: '瀹屾暣',value: 1 },
+ { label: '闂存瓏',value: 0 },
+ { label: '寮傚父',value: -1 },
+ ],
+ optionsName: '褰曞儚鐘舵��',
},
{
title: "閮ㄧ骇宸℃褰曞儚鍙敤鐜�",
@@ -1365,6 +1374,9 @@
icon: 'el-icon-wind-power',
dataList: [
{
+ label: '鎬绘暟'
+ },
+ {
label: '瀹屾暣'
},
{
@@ -1374,11 +1386,17 @@
label: '寮傚父'
},
{
- label: '浠婃棩鍙敤鐜�'
+ label: '褰曞儚鍙敤鐜�'
},
]
}
- ]
+ ],
+ options: [
+ { label: '瀹屾暣',value: 1 },
+ { label: '闂存瓏',value: 0 },
+ { label: '寮傚父',value: -1 },
+ ],
+ optionsName: '褰曞儚鐘舵��',
},
{
title: "鏍囨敞姝g‘鐜�",
@@ -1877,6 +1895,9 @@
icon: 'el-icon-wind-power',
dataList: [
{
+ label: '鎬绘暟'
+ },
+ {
label: '瀹屾暣'
},
{
@@ -1886,11 +1907,17 @@
label: '寮傚父'
},
{
- label: '浠婃棩閲嶇偣鍙敤鐜�'
+ label: '褰曞儚鍙敤鐜�'
},
]
}
- ]
+ ],
+ options: [
+ { label: '瀹屾暣',value: 1 },
+ { label: '闂存瓏',value: 0 },
+ { label: '寮傚父',value: -1 },
+ ],
+ optionsName: '褰曞儚鐘舵��',
},
{
title: '閲嶇偣鐐逛綅鏍囨敞姝g‘鐜�',
@@ -1992,6 +2019,11 @@
]
}
],
+ options: [
+ { label: '姝g‘',value: 1 },
+ { label: '閿欒',value: 0 },
+ ],
+ optionsName: '鏍囨敞姝g‘',
},
{
title: '閲嶇偣鐐逛綅鏍℃椂姝g‘鐜�',
diff --git a/src/views/system/unit/index.vue b/src/views/system/unit/index.vue
index 15d508e..91fdfcc 100644
--- a/src/views/system/unit/index.vue
+++ b/src/views/system/unit/index.vue
@@ -209,9 +209,6 @@
unitAdminAccount: [
{ required: true, message: "鍗曚綅璐﹀彿涓嶈兘涓虹┖", trigger: "blur" }
],
- password: [
- { required: true, message: "鍗曚綅璐﹀彿瀵嗙爜涓嶈兘涓虹┖", trigger: "blur" }
- ]
}
};
},
--
Gitblit v1.8.0