From 4a6cbdb3026c1906c2a6b81710fd90f1b2c195c6 Mon Sep 17 00:00:00 2001 From: likehai Date: Thu, 14 Dec 2023 10:20:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=8C=BA=E5=9F=9F=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aiRecognition/regionalPersonnel/index.vue | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue b/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue index c95aa002..b19e7fc2 100644 --- a/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue +++ b/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue @@ -40,44 +40,44 @@ size="mini" @click="handleAdd" - >新增 + >人工新增 - - --> + + + + + + + - >修改 - - - - 修改--> + + + + + + + + + + - >删除 - - - - 删除--> + + + + + + + + + - >导出 - - + + + @@ -215,7 +215,7 @@ export default { reserveThirteen: null, reserveFourteen: null, sysType: null, - moduleType: 'regionalPersonnel', + moduleType: 'regionalPersonnelImg', dataType: '视频信息' }, // 表单参数 @@ -360,7 +360,7 @@ export default { reserveThirteen: null, reserveFourteen: null, sysType: null, - moduleType: 'regionalPersonnel', + moduleType: 'regionalPersonnelImg', remark: null } this.resetForm('form') @@ -420,7 +420,7 @@ export default { /** 删除按钮操作 */ handleDelete(row) { const ids = row.id || this.ids - this.$modal.confirm('是否确认删除作业监控视频管理编号为"' + ids + '"的数据项?').then(function () { + this.$modal.confirm('是否确认删除重要区域工作人员检测编号为"' + ids + '"的数据项?').then(function () { return delGodUniversalElectricMeter(ids) }).then(() => { this.getList() From 6ed11e3f24519ab6b33da7d7e70b274841025305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=BA=8F=E6=8C=AF?= Date: Thu, 14 Dec 2023 10:31:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?AI=E8=AF=86=E5=88=AB=E7=AE=97=E6=B3=95?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/App.vue | 2 +- god-ui/src/views/aiRecognition/regionalPersonnel/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/god-ui/src/App.vue b/god-ui/src/App.vue index 07f9da5e..47d98ee5 100644 --- a/god-ui/src/App.vue +++ b/god-ui/src/App.vue @@ -11,7 +11,7 @@ import ThemePicker from "@/components/ThemePicker"; export default { name: "App", created() { - this.$store.dispatch('LogOut') + if (process.env.NODE_ENV !== 'development') this.$store.dispatch('LogOut') }, components: { ThemePicker }, methods:{ diff --git a/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue b/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue index b19e7fc2..ebd511bd 100644 --- a/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue +++ b/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue @@ -81,7 +81,7 @@ - +