[update] 修改bug80566
This commit is contained in:
+7
-4
@@ -69,6 +69,9 @@
|
||||
:columns="columns"
|
||||
:dataSource="baseInfoForm"
|
||||
:pagination="false">
|
||||
<template v-slot:text="text">
|
||||
{{ text || text === 0 ? text : global.emptyLine }}
|
||||
</template>
|
||||
</a-table>
|
||||
</div>
|
||||
</van-form>
|
||||
@@ -186,28 +189,28 @@ export default {
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardNo',
|
||||
scopedSlots: { customRender: 'toDetailOld' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 新企标编号
|
||||
title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardNum'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'newEnStandardNo',
|
||||
scopedSlots: { customRender: 'toDetailNew' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 原企标名称
|
||||
title: this.$t('revisionPlanActivelyReport.oldEnterpriseStandardName'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardName',
|
||||
scopedSlots: { customRender: 'toDetailOld' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 新企标名称
|
||||
title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardName'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'newEnStandardName',
|
||||
scopedSlots: { customRender: 'toDetailNew' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 授权部门
|
||||
title: this.$t('revisionPlanActivelyReport.authDepartment'),
|
||||
|
||||
+7
-4
@@ -57,6 +57,9 @@
|
||||
:columns="columns"
|
||||
:dataSource="baseInfoForm"
|
||||
:pagination="false">
|
||||
<template v-slot:text="text">
|
||||
{{ text || text === 0 ? text : global.emptyLine }}
|
||||
</template>
|
||||
</a-table>
|
||||
</div>
|
||||
</van-form>
|
||||
@@ -174,28 +177,28 @@ export default {
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardNo',
|
||||
scopedSlots: { customRender: 'toDetailOld' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 新企标编号
|
||||
title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardNum'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'newEnStandardNo',
|
||||
scopedSlots: { customRender: 'toDetailNew' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 原企标名称
|
||||
title: this.$t('revisionPlanActivelyReport.oldEnterpriseStandardName'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardName',
|
||||
scopedSlots: { customRender: 'toDetailOld' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 新企标名称
|
||||
title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardName'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'newEnStandardName',
|
||||
scopedSlots: { customRender: 'toDetailNew' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 授权部门
|
||||
title: this.$t('revisionPlanActivelyReport.authDepartment'),
|
||||
|
||||
@@ -922,14 +922,14 @@ export default {
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardNo',
|
||||
scopedSlots: { customRender: 'toDetail' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 企标名称
|
||||
title: this.$t('esInitChange.enterpriseStandardName'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardName',
|
||||
scopedSlots: { customRender: 'toDetail' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 主起草人
|
||||
title: this.$t('esInitChange.principalDrafter'),
|
||||
@@ -1012,14 +1012,14 @@ export default {
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardNo',
|
||||
scopedSlots: { customRender: 'toDetail' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 企标名称
|
||||
title: this.$t('esInitChange.enterpriseStandardName'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'originEnStandardName',
|
||||
scopedSlots: { customRender: 'toDetail' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 主起草人
|
||||
title: this.$t('esInitChange.principalDrafter'),
|
||||
|
||||
Reference in New Issue
Block a user