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 = [
{
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,