From 8c4cc891e51341ae6a779dc9eff9e12853dc7ac7 Mon Sep 17 00:00:00 2001
From: GGJ <357021191@qq.com>
Date: Fri, 13 Dec 2024 14:36:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=93=E5=85=A5=E6=A1=86?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/baInput/components/array.vue | 9 +-
.../baInput/components/iconSelector.vue | 62 ++-----
src/components/tree/device.vue | 74 ++------
src/components/tree/govern/pointTreeWx.vue | 12 +-
src/components/tree/index.vue | 54 ++----
src/components/tree/point.vue | 73 ++------
src/layouts/admin/components/config.vue | 88 +++------
.../admin/components/popup/adminInfo.vue | 12 +-
.../admin/components/popup/password.vue | 9 +-
.../UserInfo/src/components/LockDialog.vue | 9 +-
src/template/dialog.vue | 7 +-
src/views/auth/menu/api.vue | 10 +-
src/views/auth/menu/menu.vue | 10 +-
src/views/auth/menu/popupApi.vue | 11 +-
src/views/auth/menu/popupMenu.vue | 20 +--
src/views/auth/role/popupForm.vue | 23 +--
src/views/auth/userList/index.vue | 24 +--
src/views/auth/userList/popupEdit.vue | 168 ++++++++----------
src/views/auth/userList/popupPwd.vue | 6 +-
src/views/govern/alarm/Abnormal.vue | 3 +-
src/views/govern/alarm/Device.vue | 14 +-
src/views/govern/alarm/Steady.vue | 10 +-
src/views/govern/alarm/Transient.vue | 66 ++-----
src/views/govern/device/control/index.vue | 12 +-
.../device/control/nearRealTimeData.vue | 1 +
.../supplementaryRecruitment/history.vue | 97 ++++------
src/views/govern/device/disposition/index.vue | 32 +---
src/views/govern/device/fileService/index.vue | 10 +-
src/views/govern/device/manage/popup.vue | 6 +-
.../device/planData/components/popup.vue | 34 ++--
.../device/planData/components/schemeTree.vue | 10 +-
.../planData/components/treeTransfers.vue | 67 +++----
src/views/govern/log/debug.vue | 3 +-
src/views/govern/manage/basic/dictionary.vue | 12 +-
.../govern/manage/basic/popupDictionary.vue | 129 +++++---------
.../govern/manage/basic/popupVersion.vue | 111 +++++-------
src/views/govern/manage/basic/template.vue | 30 ++--
src/views/govern/manage/factory.vue | 18 +-
src/views/govern/manage/feedback.vue | 7 +-
.../mxgraph/graphList/components/popup.vue | 31 +---
src/views/govern/mxgraph/graphList/index.vue | 3 +-
src/views/govern/reportForms/form.vue | 27 +--
.../govern/setting/statisticalType/add.vue | 8 +-
.../setting/statisticalType/binding.vue | 25 +--
.../govern/terminal/deviceLedger/index.vue | 81 +++------
.../govern/terminal/deviceMonitor/index.vue | 83 +++------
src/views/pms/comptroller/list.vue | 6 +-
.../sags/operationsManagement/index.vue | 44 ++---
.../sags/operationsManagement/point.vue | 43 ++---
src/views/setting/dictionary/list/detail.vue | 8 +-
src/views/setting/dictionary/list/index.vue | 16 +-
.../dictionary/list/popupDetailEdit.vue | 28 +--
.../setting/dictionary/list/popupEdit.vue | 37 +---
.../setting/dictionary/tree/popupForm.vue | 8 +-
src/views/system/reportForms/form.vue | 27 +--
src/views/user/login.vue | 8 +-
src/views/user/logincopy.vue | 32 +---
src/views/user/popupUpdatePwd.vue | 6 +-
58 files changed, 663 insertions(+), 1211 deletions(-)
diff --git a/src/components/baInput/components/array.vue b/src/components/baInput/components/array.vue
index c9f46de..737969a 100644
--- a/src/components/baInput/components/array.vue
+++ b/src/components/baInput/components/array.vue
@@ -6,10 +6,10 @@
-
+
-
+
@@ -17,7 +17,8 @@
- {{ t('Add') }}
+ {{ t('Add')
+ }}
@@ -76,9 +77,11 @@ watch(
padding: 5px 0;
color: var(--el-text-color-secondary);
}
+
.ba-array-item {
margin-bottom: 6px;
}
+
.ba-add-array-item {
float: right;
}
diff --git a/src/components/baInput/components/iconSelector.vue b/src/components/baInput/components/iconSelector.vue
index c376c4e..40b65a0 100644
--- a/src/components/baInput/components/iconSelector.vue
+++ b/src/components/baInput/components/iconSelector.vue
@@ -1,31 +1,17 @@
-
-