NEZ-793 fix: Agent页面,查询问题

This commit is contained in:
@changcode
2021-06-30 17:11:46 +08:00
parent bd3eda24da
commit ca20f76c1b
6 changed files with 24 additions and 17 deletions

View File

@@ -86,12 +86,12 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.agent.dataCenter'),
prop: 'dc',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.agent.host'),
prop: 'host',
@@ -104,12 +104,12 @@ export default {
label: this.$t('config.agent.type'),
prop: 'type',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('asset.state'),
prop: 'status',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.agent.checkTime'),
prop: 'checkTime',