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