fix 80589

This commit is contained in:
赵霄
2024-01-15 11:22:19 +08:00
parent 4aae76d4ab
commit 036d9116e7
@@ -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: [],