标签管理字典列表增加统计节点字段
This commit is contained in:
@@ -748,14 +748,16 @@
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
dataIndex: 'attestationType_dictText',
|
dataIndex: 'attestationType_dictText',
|
||||||
width: 180
|
width: 180,
|
||||||
|
sorter: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('certificationLevel'),
|
title: this.$t('certificationLevel'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
dataIndex: 'attestationRank_dictText',
|
dataIndex: 'attestationRank_dictText',
|
||||||
width: 180
|
width: 180,
|
||||||
|
sorter: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('areaOfResponsibility'),
|
title: this.$t('areaOfResponsibility'),
|
||||||
@@ -2314,6 +2316,10 @@
|
|||||||
this.orderByField = 'verifyFlowStatus'
|
this.orderByField = 'verifyFlowStatus'
|
||||||
} else if (sorter.columnKey == 'designFlowStatusName') {
|
} else if (sorter.columnKey == 'designFlowStatusName') {
|
||||||
this.orderByField = 'designFlowStatus'
|
this.orderByField = 'designFlowStatus'
|
||||||
|
} else if (sorter.columnKey == 'attestationType_dictText') {
|
||||||
|
this.orderByField = 'attestationType'
|
||||||
|
} else if (sorter.columnKey == 'attestationRank_dictText') {
|
||||||
|
this.orderByField = 'attestationRank'
|
||||||
} else {
|
} else {
|
||||||
this.orderByField = sorter.columnKey
|
this.orderByField = sorter.columnKey
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user