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