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