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',
scopedSlots: { customRender: 'text' }
},
{ // 整改部门
title: this.$t('enterpriseStandardLibrary.standard.rectificationDepartment'),
align: 'center',
width: 200,
dataIndex: 'rectificationDepartment',
scopedSlots: { customRender: 'rectificationDepartment' }
},
// { // 整改部门
// title: this.$t('enterpriseStandardLibrary.standard.rectificationDepartment'),
// align: 'center',
// width: 200,
// dataIndex: 'rectificationDepartment',
// scopedSlots: { customRender: 'rectificationDepartment' }
// },
{
// 操作
fixed: 'right',