修改搜索中心的问题

This commit is contained in:
qq787203167
2022-03-28 11:09:52 +08:00
parent 8afae9e546
commit 87e9f2e76b
3 changed files with 12 additions and 4 deletions
@@ -281,10 +281,15 @@
dataIndex: 'issue_time'
},
{
title: this.$t('standardImplementationTime'),
title: this.$t('vehicleInProductionDate'),
align: 'center',
dataIndex: 'implement_time'
},
{
title: this.$t('ImplementationDate'),
align: 'center',
dataIndex: 'xin1_che1_xing2_ren4_zheng4_shi2_jian1'
},
{
title: this.$t('operation'),
align: 'center',
@@ -425,8 +430,7 @@
handleCompare(val) {
let item = JSON.parse(JSON.stringify(val))
this.$nextTick(() => {
this.$refs.libraryPushRef.visible = true
this.$refs.libraryPushRef.tableKey = item.id.split(',')
this.$refs.libraryPushRef.getPush(item.id.split(','))
})
},
dateChange(item) {