From b63b3267ef4eded9ca7d995b25e77571a7f34170 Mon Sep 17 00:00:00 2001 From: zjl Date: Wed, 18 Dec 2024 15:24:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E3=80=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/config/columns.ts | 7 +------ src/views/data/dict/columns.ts | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/data/config/columns.ts b/src/views/data/config/columns.ts index 17441f8..bc27b55 100644 --- a/src/views/data/config/columns.ts +++ b/src/views/data/config/columns.ts @@ -14,11 +14,6 @@ export const columns = [ { title: '配置编码', key: 'code', - width: 100, - }, - { - title: '排序', - key: 'sort', - width: 100, + width: 200, }, ]; diff --git a/src/views/data/dict/columns.ts b/src/views/data/dict/columns.ts index 7be01e7..ea193c7 100644 --- a/src/views/data/dict/columns.ts +++ b/src/views/data/dict/columns.ts @@ -14,6 +14,6 @@ export const columns = [ { title: '字典编码', key: 'code', - width: 100, + width: 200, }, ]; From 129cdcfd0c2f7fda36a3e8c2d7df175df61bc2c0 Mon Sep 17 00:00:00 2001 From: zjl Date: Wed, 18 Dec 2024 15:35:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96WebSocket=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Websocket/index.vue | 299 ++++++++++++++++------------- 1 file changed, 162 insertions(+), 137 deletions(-) diff --git a/src/components/Websocket/index.vue b/src/components/Websocket/index.vue index 00be705..566c0b8 100644 --- a/src/components/Websocket/index.vue +++ b/src/components/Websocket/index.vue @@ -1,155 +1,180 @@