fix: 1 补充页面 bottomBox 搜索字段国际化 2补充终端日资搜索字段国际化

This commit is contained in:
@changcode
2021-06-08 10:31:05 +08:00
parent afe82f2c03
commit 4fccb89651
3 changed files with 25 additions and 17 deletions

View File

@@ -71,19 +71,20 @@ export default {
searchMsg: { // 给搜索框子组件传递的信息
zheze_none: true,
searchLabelList: [{
id: 12,
name: 'endpoint name',
type: 'input',
label: 'name',
disabled: false
},
{
id: 13,
name: 'endpoint id',
type: 'input',
label: 'id',
disabled: false
}]
id: 13,
name: this.$t('project.endpoint.endpointId'),
type: 'input',
label: 'id',
disabled: false
},
{
id: 12,
name: this.$t('project.endpoint.endpointName'),
type: 'input',
label: 'name',
disabled: false
}
]
},
nowTime: '',
rightBox: {