mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化插件列表
This commit is contained in:
parent
be8e8e39bf
commit
1dc6b27e04
@ -78,37 +78,40 @@ export default {
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
label: "名称",
|
label: "名称",
|
||||||
prop: "name"
|
prop: "name",
|
||||||
|
"min-width": 140
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "作者",
|
label: "作者",
|
||||||
prop: "author",
|
prop: "author",
|
||||||
width: 150
|
"min-width": 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "联系方式",
|
label: "联系方式",
|
||||||
prop: "contact",
|
prop: "contact",
|
||||||
"show-overflow-tooltip": true
|
"show-overflow-tooltip": true,
|
||||||
|
"min-width": 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "功能描述",
|
label: "功能描述",
|
||||||
prop: "description",
|
prop: "description",
|
||||||
"show-overflow-tooltip": true
|
"show-overflow-tooltip": true,
|
||||||
|
"min-width": 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "版本号",
|
label: "版本号",
|
||||||
prop: "version",
|
prop: "version",
|
||||||
width: 120
|
"min-width": 110
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "是否启用",
|
label: "是否启用",
|
||||||
prop: "enable",
|
prop: "enable",
|
||||||
width: 120
|
"min-width": 110
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "命名空间",
|
label: "命名空间",
|
||||||
prop: "namespace",
|
prop: "namespace",
|
||||||
width: 150
|
"min-width": 110
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "状态",
|
label: "状态",
|
||||||
|
Loading…
Reference in New Issue
Block a user