From 27ae75fb88593fe99377ac54682582bcca538f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 31 Jan 2023 14:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E6=94=AF=E6=8C=81-=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E6=9C=88=E6=8A=A5-=E5=88=97=E5=AE=BD=E5=8F=AF?= =?UTF-8?q?=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/RegulationMonthlyFill.vue | 3 +++ .../components/RegulationMonthlyManagement.vue | 3 +++ .../components/modules/addModel.vue | 18 +++++++++++++----- .../components/modules/fillTable.vue | 3 +++ 4 files changed, 22 insertions(+), 5 deletions(-) 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,