From 1e129509ed433faa9f8b887977c9cc696fff3454 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Thu, 1 Sep 2022 15:41:23 +0800 Subject: [PATCH] =?UTF-8?q?3d=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E8=A7=A3?= =?UTF-8?q?=E9=99=A4=E7=BB=91=E5=AE=9A=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=20=E7=9B=91=E6=8E=A7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=20=E4=BB=A5=E5=8F=8Abug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Crud/crud.js | 2 +- .../listenManage/listenConfig/index.vue | 40 +++++++++++-------- .../listenManage/module/bindCamera.vue | 8 ++-- .../listenManage/videoListen/index.vue | 15 ++++--- .../tagManage/bindTagList/index.vue | 2 +- .../storeManage/warehouse3DConfig/index.vue | 10 ++++- 6 files changed, 47 insertions(+), 30 deletions(-) diff --git a/src/components/Crud/crud.js b/src/components/Crud/crud.js index 1ff444f..78fc608 100644 --- a/src/components/Crud/crud.js +++ b/src/components/Crud/crud.js @@ -262,7 +262,7 @@ function CRUD(options) { crud.status.add = CRUD.STATUS.NORMAL crud.resetForm() crud.addSuccessNotify() - if (res && res !== 'SUCCESS') { + if (res && res !== 'SUCCESS' && res !== '保存成功') { callVmHook(crud, CRUD.HOOK.afterSubmit, res) } else { callVmHook(crud, CRUD.HOOK.afterSubmit) diff --git a/src/views/storeManage/listenManage/listenConfig/index.vue b/src/views/storeManage/listenManage/listenConfig/index.vue index ac078d7..4fdeee4 100644 --- a/src/views/storeManage/listenManage/listenConfig/index.vue +++ b/src/views/storeManage/listenManage/listenConfig/index.vue @@ -24,7 +24,7 @@ /> - + @@ -39,10 +39,10 @@ > - - - - + + + + - - + + @@ -63,9 +63,7 @@ export default { mixins: [presenter(), crud(), header()], cruds() { return CRUD({ - url: 'api/videomonitorng/list', - sort: ['state'], - optShow: {} + url: 'api/videomonitorng/list' }) }, data() { @@ -111,4 +109,9 @@ export default { .text-red .text{ color:#F65163; } +.head-container{ + .date-item{ + width: 350px !important; + } +} diff --git a/src/views/storeManage/tagManage/bindTagList/index.vue b/src/views/storeManage/tagManage/bindTagList/index.vue index 1046e38..501adc0 100644 --- a/src/views/storeManage/tagManage/bindTagList/index.vue +++ b/src/views/storeManage/tagManage/bindTagList/index.vue @@ -14,7 +14,7 @@
- + 解除绑定
diff --git a/src/views/storeManage/warehouse3DConfig/index.vue b/src/views/storeManage/warehouse3DConfig/index.vue index b8d7022..9caa35b 100644 --- a/src/views/storeManage/warehouse3DConfig/index.vue +++ b/src/views/storeManage/warehouse3DConfig/index.vue @@ -8,7 +8,7 @@
绑定参数 - 解除绑定 + 解除绑定
@@ -377,4 +377,12 @@ export default { ::v-deep thead .el-table-column--selection .cell { display: none; } +.head-container .el-button.unbind-btn{ + border-color: #f65163; + background-color: #f65163; + .is-disabled{ + border-color: #7a2831; + background-color: #7a2831; + } +}