项目管理-认证清单排序

This commit is contained in:
zyx.net
2023-04-18 15:11:10 +08:00
parent 536aae42bf
commit 579ca3952a
3 changed files with 7 additions and 2 deletions
@@ -680,6 +680,7 @@
align: 'left',
dataIndex: 'wvtaId',
width: 120,
sorter: true,
ellipsis: true
},
{
@@ -696,6 +697,7 @@
align: 'left',
dataIndex: 'dutyTerritoryName',
width: 120,
sorter: true,
ellipsis: true
},
{
@@ -703,6 +705,7 @@
align: 'left',
dataIndex: 'sdtName',
width: 120,
sorter: true,
ellipsis: true
},
{
@@ -710,6 +713,7 @@
align: 'left',
dataIndex: 'dutyPersonName',
width: 120,
sorter: true,
ellipsis: true
},
{
@@ -780,6 +784,7 @@
title: this.$t('CertificationProgress'),
align: 'left',
dataIndex: 'certificationProgress',
sorter: true,
width: localStorage.getItem('language') == 'zh-cn' ? 180 : 200,
ellipsis: true,
scopedSlots: { customRender: 'CertificationProgress' }