fix 80731

This commit is contained in:
danshihao
2024-01-19 10:57:38 +08:00
parent 403468e5cc
commit ede9e36a9e
@@ -76,13 +76,13 @@ export default {
dataIndex: 'requirement', dataIndex: 'requirement',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 整改部门 // { // 整改部门
title: this.$t('enterpriseStandardLibrary.standard.rectificationDepartment'), // title: this.$t('enterpriseStandardLibrary.standard.rectificationDepartment'),
align: 'center', // align: 'center',
width: 200, // width: 200,
dataIndex: 'rectificationDepartment', // dataIndex: 'rectificationDepartment',
scopedSlots: { customRender: 'rectificationDepartment' } // scopedSlots: { customRender: 'rectificationDepartment' }
}, // },
{ {
// 操作 // 操作
fixed: 'right', fixed: 'right',