From afbc86cf3a95fae8c3bf298cbbc1be6bb0225c51 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Thu, 24 Oct 2024 16:18:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/auth/menu/api.vue | 2 +- src/views/govern/device/control/index.vue | 106 ++++++++---------- .../control/tabs/components/realtrend.vue | 17 ++- 3 files changed, 58 insertions(+), 67 deletions(-) diff --git a/src/views/auth/menu/api.vue b/src/views/auth/menu/api.vue index 650b9b3..3841f6c 100644 --- a/src/views/auth/menu/api.vue +++ b/src/views/auth/menu/api.vue @@ -48,7 +48,7 @@ const tableStore = new TableStore({ title: '接口类型', field: 'type', formatter: row => { - return row.cellValue == 1 ? '普通借口' : '公用接口' + return row.cellValue == 1 ? '普通接口' : '公用接口' } }, { title: 'URL接口路径', field: 'path' }, diff --git a/src/views/govern/device/control/index.vue b/src/views/govern/device/control/index.vue index ff0fd9d..d588e4e 100644 --- a/src/views/govern/device/control/index.vue +++ b/src/views/govern/device/control/index.vue @@ -123,7 +123,13 @@