From b9850e79b9a621096a480c16690723335f997289 Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Sat, 15 Jul 2023 16:24:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/link/plugin/index.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/link/plugin/index.vue b/src/views/link/plugin/index.vue index 45f9dfd8..c4c1c02b 100644 --- a/src/views/link/plugin/index.vue +++ b/src/views/link/plugin/index.vue @@ -146,7 +146,7 @@ const instanceRef = ref() const columns = [ { - title: 'ID', + title: '插件ID', dataIndex: 'id', key: 'type', fixed: 'left', @@ -167,10 +167,17 @@ const columns = [ type: 'input', }, }, + { + title:"版本", + dataIndex:"version", + key:"version", + ellipsis: true + }, { title: '插件类型', dataIndex: 'type', key: 'type', + ellipsis: true, scopedSlots: true, search: { type: 'select', @@ -184,7 +191,13 @@ const columns = [ }, }, { - title: '说明', + title:"文件", + dataIndex:"filename", + key:'filename', + ellipsis: true + }, + { + title: '描述', dataIndex: 'description', key: 'description', ellipsis: true,