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',