fix:软件资产 默认列排序方式修改

This commit is contained in:
zhangyu
2023-09-06 15:19:33 +08:00
parent 41c00eb784
commit 88187faf94

View File

@@ -159,6 +159,12 @@ export default {
// width: 120,
// sortable: 'custom'
// },
{
label: this.$t('overall.type'),
prop: 'type',
minWidth: 200,
show: true
},
{
label: this.$t('project.project.projectName'),
prop: 'project',
@@ -170,12 +176,7 @@ export default {
minWidth: 200,
show: true
},
{
label: this.$t('overall.type'),
prop: 'type',
minWidth: 200,
show: true
},
{
label: this.$t('overall.remark'),
prop: 'remark',