fix:软件资产 默认列排序方式修改
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user