fix 80589
This commit is contained in:
@@ -87,6 +87,14 @@ export default {
|
||||
total: 0
|
||||
},
|
||||
columns: [
|
||||
// 项目名称
|
||||
{
|
||||
dataIndex: 'projectName',
|
||||
title: this.$t('projectLibrary.projectName'),
|
||||
align: 'center',
|
||||
width: 150,
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
// 标准编号
|
||||
{
|
||||
dataIndex: 'standardNumber',
|
||||
@@ -108,14 +116,16 @@ export default {
|
||||
dataIndex: 'termNum',
|
||||
title: this.$t('workCenter.enStandardRevision.clauseNumber'),
|
||||
width: 150,
|
||||
align: 'center'
|
||||
align: 'center',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
// 条款名称
|
||||
{
|
||||
title: this.$t('workCenter.enStandardRevision.clauseName'),
|
||||
width: 150,
|
||||
align: 'center',
|
||||
dataIndex: 'termName'
|
||||
dataIndex: 'termName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}
|
||||
],
|
||||
dataList: [],
|
||||
|
||||
Reference in New Issue
Block a user