From 5a38627cb8f4811d5c29d51a0325d7268d173284 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 8 Aug 2024 17:12:31 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=88=91=E7=9A=84=E6=94=B6=E8=97=8F?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=A4=E4=B8=AA=E5=AE=9E=E6=96=BD=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../personalCenter/myCollection/MyCollection.vue | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/views/personalCenter/myCollection/MyCollection.vue b/src/views/personalCenter/myCollection/MyCollection.vue index 1a685ad..89aa404 100644 --- a/src/views/personalCenter/myCollection/MyCollection.vue +++ b/src/views/personalCenter/myCollection/MyCollection.vue @@ -94,20 +94,6 @@ export default { dataIndex: 'releaseDate', scopedSlots: { customRender: 'text' } }, - { - title: this.$t('personalCenter.collection.newCarTypeDate'), - align: 'center', - width: 180, - dataIndex: 'newModelImplementationDate', - scopedSlots: { customRender: 'text' } - }, - { - title: this.$t('personalCenter.collection.productCarDate'), - align: 'center', - width: 180, - dataIndex: 'onTheProductionDate', - scopedSlots: { customRender: 'text' } - }, { title: this.$t('personalCenter.collection.standardState'), align: 'center',