修改bug

This commit is contained in:
zyx.net
2022-08-17 15:18:04 +08:00
parent 9ff8c19e82
commit b355ac7bf6
3 changed files with 43 additions and 10 deletions
@@ -175,7 +175,7 @@ export default {
title: this.$t('title'),
align: 'center',
dataIndex: 'title',
width: 180,
width: 250,
scopedSlots: { customRender: 'standard' }
},
{
@@ -193,14 +193,14 @@ export default {
title: this.$t('technicalField'),
align: 'center',
dataIndex: 'technologyTerritory_dicText',
width: 350,
width: 250,
scopedSlots: { customRender: 'technicalField' }
},
{
title: this.$t('RegulatoryProcessEvaluationResults'),
align: 'center',
fixed: 'right',
width: 250,
width: 380,
scopedSlots: { customRender: 'operation' }
}
],