fix 79729、79474

This commit is contained in:
danshihao
2023-12-21 17:05:49 +08:00
parent 437f9c4766
commit 8d0b4e6a29
2 changed files with 32 additions and 3 deletions
@@ -70,6 +70,20 @@ export default {
},
data () {
const columns = [
{ // 依据条款
title: this.$t('workCenter.esInspectionProcess.accordingToTerms'),
align: 'center',
width: 120,
dataIndex: 'enterpriseStandardInspectReport.baseClause',
scopedSlots: { customRender: 'text' }
},
{ // 标准内容或要求
title: this.$t('workCenter.esInspectionProcess.standardContentOrDemand'),
align: 'center',
width: 180,
dataIndex: 'enterpriseStandardInspectReport.standardRequire',
scopedSlots: { customRender: 'text' }
},
{ // 不符合项描述
title: this.$t('workCenter.esInspectionProcess.nonCompliantDescription'),
align: 'center',