项目管理-认证清单排序
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user