diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue index c7f6de84b..bd3307777 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue @@ -60,6 +60,7 @@ import { getAction, postAction } from '@/api/manage' import globalAdvancedQuery from '@/components/globalAdvancedQuery/index' + import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' export default { name: 'listAddModel', @@ -100,6 +102,7 @@ globalAdvancedQuery }, props: ['url'], + mixins:[ResizeHeader, ResizeColumnProvide], data() { return { toggleSearchStatus: false, @@ -113,31 +116,36 @@ 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('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 } ], dataList: [], diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue index c77ca524a..4e946c1bf 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue @@ -674,7 +674,7 @@ }