修改搜索中心的问题
This commit is contained in:
@@ -549,5 +549,7 @@ module.exports = {
|
|||||||
enterQuantity:'Please enter quantity',
|
enterQuantity:'Please enter quantity',
|
||||||
text:'text',
|
text:'text',
|
||||||
picture:'picture',
|
picture:'picture',
|
||||||
searchScope:'Search Scope'
|
searchScope:'Search Scope',
|
||||||
|
ImplementationDate:'Implementation Date',
|
||||||
|
vehicleInProductionDate:'vehicle in Production Date'
|
||||||
}
|
}
|
||||||
@@ -554,4 +554,6 @@ module.exports = {
|
|||||||
text:'文本',
|
text:'文本',
|
||||||
picture:'图片',
|
picture:'图片',
|
||||||
searchScope:'检索范围',
|
searchScope:'检索范围',
|
||||||
|
ImplementationDate:'新车型实施日期',
|
||||||
|
vehicleInProductionDate:'在产车实施日期'
|
||||||
}
|
}
|
||||||
@@ -281,10 +281,15 @@
|
|||||||
dataIndex: 'issue_time'
|
dataIndex: 'issue_time'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('standardImplementationTime'),
|
title: this.$t('vehicleInProductionDate'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'implement_time'
|
dataIndex: 'implement_time'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: this.$t('ImplementationDate'),
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'xin1_che1_xing2_ren4_zheng4_shi2_jian1'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
@@ -425,8 +430,7 @@
|
|||||||
handleCompare(val) {
|
handleCompare(val) {
|
||||||
let item = JSON.parse(JSON.stringify(val))
|
let item = JSON.parse(JSON.stringify(val))
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.libraryPushRef.visible = true
|
this.$refs.libraryPushRef.getPush(item.id.split(','))
|
||||||
this.$refs.libraryPushRef.tableKey = item.id.split(',')
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
dateChange(item) {
|
dateChange(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user