fix 79729、79474
This commit is contained in:
+14
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user