[update 权限申请流程] 表头名调整

This commit is contained in:
danshihao
2024-04-12 09:46:58 +08:00
parent 7957e12ec9
commit 50189c00c9
@@ -64,14 +64,14 @@ export default {
}
},
{ // 企标编号
title: this.$t('workCenter.esInspectionPlan.inspectionBasisStandardNumber'),
title: this.$t('workCenter.permissionApplicationProcess.esNumber'),
align: 'center',
width: 180,
dataIndex: 'standardNumber',
scopedSlots: { customRender: 'standard' }
},
{ // 企标名称
title: this.$t('workCenter.esInspectionPlan.inspectionBasisStandardName'),
title: this.$t('workCenter.permissionApplicationProcess.esName'),
align: 'center',
width: 180,
dataIndex: 'standardName',