UI界面变更-法规意见收集

This commit is contained in:
刘彦泽
2022-12-29 09:11:54 +08:00
parent 1205f85d34
commit ffe5c287c6
3 changed files with 21 additions and 21 deletions
@@ -101,35 +101,35 @@
columns: [ columns: [
{ {
title: this.$t('relevantSections'), title: this.$t('relevantSections'),
align: 'center', align: 'left',
dataIndex: 'relatedSection', dataIndex: 'relatedSection',
ellipsis: true, ellipsis: true,
width: 180 width: 180
}, },
{ {
title: this.$t('questionsSuggestions'), title: this.$t('questionsSuggestions'),
align: 'center', align: 'left',
width: 180, width: 180,
ellipsis: true, ellipsis: true,
dataIndex: 'issueOrSuggest' dataIndex: 'issueOrSuggest'
}, },
{ {
title: this.$t('reason'), title: this.$t('reason'),
align: 'center', align: 'left',
width: 180, width: 180,
ellipsis: true, ellipsis: true,
dataIndex: 'reason' dataIndex: 'reason'
}, },
{ {
title: this.$t('clauseContent'), title: this.$t('clauseContent'),
align: 'center', align: 'left',
width: 180, width: 180,
ellipsis: true, ellipsis: true,
dataIndex: 'clauseContent' dataIndex: 'clauseContent'
}, },
{ {
title: this.$t('enclosure'), title: this.$t('enclosure'),
align: 'center', align: 'left',
width: 180, width: 180,
ellipsis: true, ellipsis: true,
dataIndex: 'accessoryFile', dataIndex: 'accessoryFile',
@@ -137,14 +137,14 @@
}, },
{ {
title: this.$t('Assessor'), title: this.$t('Assessor'),
align: 'center', align: 'left',
width: 100, width: 100,
ellipsis: true, ellipsis: true,
dataIndex: 'createBy' dataIndex: 'createBy'
}, },
{ {
title: this.$t('proposedTime'), title: this.$t('proposedTime'),
align: 'center', align: 'left',
width: 150, width: 150,
ellipsis: true, ellipsis: true,
dataIndex: 'submitTime' dataIndex: 'submitTime'
@@ -177,7 +177,7 @@
columns: [ columns: [
{ {
title: this.$t('standard'), title: this.$t('standard'),
align: 'center', align: 'left',
dataIndex: 'serial_number', dataIndex: 'serial_number',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
@@ -185,7 +185,7 @@
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
align: 'center', align: 'left',
dataIndex: 'title', dataIndex: 'title',
ellipsis: true, ellipsis: true,
width: 170, width: 170,
@@ -193,28 +193,28 @@
}, },
{ {
title: this.$t('status'), title: this.$t('status'),
align: 'center', align: 'left',
width: 140, width: 140,
ellipsis: true, ellipsis: true,
dataIndex: 'state' dataIndex: 'state'
}, },
{ {
title: this.$t('zoneOfApplication'), title: this.$t('zoneOfApplication'),
align: 'center', align: 'left',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
dataIndex: 'region' dataIndex: 'region'
}, },
{ {
title: this.$t('technicalField'), title: this.$t('technicalField'),
align: 'center', align: 'left',
ellipsis: true, ellipsis: true,
width: 170, width: 170,
dataIndex: 'technology_territory' dataIndex: 'technology_territory'
}, },
{ {
title: this.$t('correspondingStandard'), title: this.$t('correspondingStandard'),
align: 'center', align: 'left',
ellipsis: true, ellipsis: true,
width: 170, width: 170,
dataIndex: 'corresponding_standard' dataIndex: 'corresponding_standard'
@@ -166,7 +166,7 @@
columns: [ columns: [
{ {
title: this.$t('standard'), title: this.$t('standard'),
align: 'center', align: 'left',
dataIndex: 'serialNumber', dataIndex: 'serialNumber',
ellipsis: true, ellipsis: true,
width: 170, width: 170,
@@ -174,49 +174,49 @@
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
align: 'center', align: 'left',
dataIndex: 'title', dataIndex: 'title',
ellipsis: true, ellipsis: true,
width: 280 width: 280
}, },
{ {
title: this.$t('technicalField'), title: this.$t('technicalField'),
align: 'center', align: 'left',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
dataIndex: 'technologyTerritoryName' dataIndex: 'technologyTerritoryName'
}, },
{ {
title: this.$t('ProcessStatus'), title: this.$t('ProcessStatus'),
align: 'center', align: 'left',
width: 140, width: 140,
ellipsis: true, ellipsis: true,
dataIndex: 'gatherResultShow' dataIndex: 'gatherResultShow'
}, },
{ {
title: this.$t('Sponsor'), title: this.$t('Sponsor'),
align: 'center', align: 'left',
width: 140, width: 140,
ellipsis: true, ellipsis: true,
dataIndex: 'createBy' dataIndex: 'createBy'
}, },
{ {
title: this.$t('dateOfInitiation'), title: this.$t('dateOfInitiation'),
align: 'center', align: 'left',
ellipsis: true, ellipsis: true,
width: 140, width: 140,
dataIndex: 'startTime' dataIndex: 'startTime'
}, },
{ {
title: this.$t('closingDate'), title: this.$t('closingDate'),
align: 'center', align: 'left',
ellipsis: true, ellipsis: true,
width: 140, width: 140,
dataIndex: 'endTime' dataIndex: 'endTime'
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'center', align: 'left',
fixed: 'right', fixed: 'right',
width: 210, width: 210,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }