diff --git a/src/layouts/admin/components/navMenus.vue b/src/layouts/admin/components/navMenus.vue
index 61dfd8b..bf8e925 100644
--- a/src/layouts/admin/components/navMenus.vue
+++ b/src/layouts/admin/components/navMenus.vue
@@ -1,238 +1,238 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/views/govern/manage/basic/dictionary.vue b/src/views/govern/manage/basic/dictionary.vue
index 7139f77..9c09316 100644
--- a/src/views/govern/manage/basic/dictionary.vue
+++ b/src/views/govern/manage/basic/dictionary.vue
@@ -1,136 +1,170 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 新增字典
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增字典
+
+
+
+
+
+
+
diff --git a/src/views/govern/manage/basic/popupDictionary.vue b/src/views/govern/manage/basic/popupDictionary.vue
index 6bd7a95..741f805 100644
--- a/src/views/govern/manage/basic/popupDictionary.vue
+++ b/src/views/govern/manage/basic/popupDictionary.vue
@@ -1,295 +1,412 @@
-
-
-
-
- 基础数据
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 拓展数据
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 是
- 否
-
-
- 是
- 否
-
-
- 是
- 否
-
-
- 是
- 否
-
-
- 是
- 否
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 基础数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 拓展数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+ 是
+ 否
+
+
+ 是
+ 否
+
+
+ 是
+ 否
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
diff --git a/src/views/govern/manage/basic/popupVersion.vue b/src/views/govern/manage/basic/popupVersion.vue
index 84533e8..deb8d8d 100644
--- a/src/views/govern/manage/basic/popupVersion.vue
+++ b/src/views/govern/manage/basic/popupVersion.vue
@@ -1,232 +1,294 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 点击上传
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击上传
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/govern/manage/basic/version.vue b/src/views/govern/manage/basic/version.vue
index ffa3120..62d2c40 100644
--- a/src/views/govern/manage/basic/version.vue
+++ b/src/views/govern/manage/basic/version.vue
@@ -4,8 +4,12 @@
-
+
@@ -14,7 +18,7 @@
-
+
diff --git a/src/views/govern/monitorRecall/eventRecall.vue b/src/views/govern/monitorRecall/eventRecall.vue
index 296279e..14e4409 100644
--- a/src/views/govern/monitorRecall/eventRecall.vue
+++ b/src/views/govern/monitorRecall/eventRecall.vue
@@ -29,7 +29,7 @@ const props = defineProps({
const tableStore: any = new TableStore({
url: '/cs-device-boot/csTerminalReply/bzLogs',
- publicHeight: 0,
+ publicHeight: 10,
method: 'POST',
column: [
{
@@ -42,7 +42,7 @@ const tableStore: any = new TableStore({
{
field: 'engineeringName',
title: '项目名称',
- width: 120,
+ width: 100,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -50,7 +50,7 @@ const tableStore: any = new TableStore({
{
field: 'projectName',
title: '工程名称',
- width: 120,
+ width: 100,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -58,7 +58,7 @@ const tableStore: any = new TableStore({
{
field: 'deviceName',
title: '设备名称',
- width: 120,
+ width: 100,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -66,7 +66,7 @@ const tableStore: any = new TableStore({
{
field: 'lineName',
title: '监测点名称',
- width: 120,
+ width: 100,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -74,7 +74,7 @@ const tableStore: any = new TableStore({
{
field: 'logTime',
title: '补召时间',
- width: 160,
+ width: 150,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -90,7 +90,7 @@ const tableStore: any = new TableStore({
{
field: 'status',
title: '状态',
- width: 80,
+ width: 90,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -98,7 +98,7 @@ const tableStore: any = new TableStore({
{
field: 'result',
title: '结果',
-
+ minWidth: 200,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
diff --git a/src/views/user/login.vue b/src/views/user/login.vue
index 7c154c0..47968b5 100644
--- a/src/views/user/login.vue
+++ b/src/views/user/login.vue
@@ -18,7 +18,7 @@
type="text"
clearable
placeholder="用户名"
- autocomplete="off"
+
>
@@ -33,10 +33,9 @@
type="password"
clearable
placeholder="密码"
- autocomplete="off"
+ show-password
>
-