diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue index d6ad1628a..a72dded60 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue @@ -73,6 +73,7 @@
import { getAction, postAction } from '@/api/manage' import globalAdvancedQuery from '@/components/globalAdvancedQuery/index' + import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' export default { name: 'addModel', components: { globalAdvancedQuery }, + mixins:[ResizeHeader, ResizeColumnProvide], props: { }, data() { @@ -116,19 +119,22 @@ title: this.$t('standard'), dataIndex: 'serial_number', align: 'left', - ellipsis: true + ellipsis: true, + width: 228 }, { title: this.$t('title'), dataIndex: 'title', align: 'left', - ellipsis: true + ellipsis: true, + width: 228 }, { title: this.$t('zoneOfApplication'), dataIndex: 'region', align: 'left', - ellipsis: true + ellipsis: true, + width: 228 }, // { // title: this.$t('status'), @@ -146,13 +152,15 @@ title: this.$t('ImplementationDate'), dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1', align: 'left', - ellipsis: true + ellipsis: true, + width: 228 }, { title: this.$t('vehicleInProductionDate'), dataIndex: 'implement_time', align: 'left', - ellipsis: true + ellipsis: true, + width: 228 } // { // title: this.$t('correspondingStandard'), diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue index b2ce78ebc..7ff7da9b1 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue @@ -22,6 +22,7 @@ import fillTableAdd from './fillTableAdd' import { getAction, postAction } from '@/api/manage' + import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' export default { name: 'fillTable', components: { fillTableAdd }, + mixins:[ResizeHeader, ResizeColumnProvide], data() { return { visible: false,