fix: 修改bug

This commit is contained in:
leiqiaochu 2023-07-15 16:24:21 +08:00
parent e0c9fa623a
commit b9850e79b9
1 changed files with 15 additions and 2 deletions

View File

@ -146,7 +146,7 @@ const instanceRef = ref()
const columns = [ const columns = [
{ {
title: 'ID', title: '插件ID',
dataIndex: 'id', dataIndex: 'id',
key: 'type', key: 'type',
fixed: 'left', fixed: 'left',
@ -167,10 +167,17 @@ const columns = [
type: 'input', type: 'input',
}, },
}, },
{
title:"版本",
dataIndex:"version",
key:"version",
ellipsis: true
},
{ {
title: '插件类型', title: '插件类型',
dataIndex: 'type', dataIndex: 'type',
key: 'type', key: 'type',
ellipsis: true,
scopedSlots: true, scopedSlots: true,
search: { search: {
type: 'select', type: 'select',
@ -184,7 +191,13 @@ const columns = [
}, },
}, },
{ {
title: '说明', title:"文件",
dataIndex:"filename",
key:'filename',
ellipsis: true
},
{
title: '描述',
dataIndex: 'description', dataIndex: 'description',
key: 'description', key: 'description',
ellipsis: true, ellipsis: true,