From 83672551f2fea176ef18b9efe0aa44e174e78bf0 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 5 Aug 2024 14:10:00 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2]?= =?UTF-8?q?=20=E5=8E=BB=E6=8E=89=E9=80=82=E7=94=A8=E9=9B=B6=E9=83=A8?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/search/AdvancedSearch.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue index c3ca176..ae399f3 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -386,13 +386,13 @@ export default { dataIndex: 'item_content', scopedSlots: { customRender: 'item_content' } }, - { // 适用零部件 - title: this.$t('dashboard.advancedSearch.applicableComponents'), - align: 'center', - width: 180, - dataIndex: 'applicable_components', - scopedSlots: { customRender: 'text' } - }, + // { // 适用零部件 + // title: this.$t('dashboard.advancedSearch.applicableComponents'), + // align: 'center', + // width: 180, + // dataIndex: 'applicable_components', + // scopedSlots: { customRender: 'text' } + // }, { // 新生产车实施日期 title: this.$t('dashboard.advancedSearch.newProduceVehiclesImplementationDate'), align: 'center',