项目合规评估流程,选择标准时,增加显示列“评估状态”
This commit is contained in:
+14
-4
@@ -95,33 +95,43 @@ export default {
|
||||
total: 0
|
||||
},
|
||||
columns: [
|
||||
// 标准编号
|
||||
{
|
||||
title: this.$t('standardNumber'),
|
||||
dataIndex: 'standardNumber',
|
||||
ellipsis: true,
|
||||
align: 'center',
|
||||
width: 150
|
||||
width: 200
|
||||
},
|
||||
// 标准名称
|
||||
{
|
||||
title: this.$t('standardName'),
|
||||
dataIndex: 'standardName',
|
||||
ellipsis: true,
|
||||
align: 'center',
|
||||
width: 150
|
||||
width: 200
|
||||
},
|
||||
// 发布日期
|
||||
{
|
||||
title: this.$t('standardSelect.releaseDate'),
|
||||
dataIndex: 'releaseDate',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
width: 90,
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
// 标准状态
|
||||
{
|
||||
title: this.$t('standardSelect.textState'),
|
||||
dataIndex: 'standardState_dictText',
|
||||
align: 'center',
|
||||
width: 150
|
||||
width: 90
|
||||
},
|
||||
// 评估状态
|
||||
{
|
||||
title: this.$t('standardSelect.evaluationState'),
|
||||
dataIndex: 'processStatus_dictText',
|
||||
align: 'center',
|
||||
width: 90
|
||||
}
|
||||
],
|
||||
dataList: [],
|
||||
|
||||
Reference in New Issue
Block a user