fix: 国际化补充修改,多余搜索字段去除,修复CM-Verify-Policy / Endpoint

port ,path数据为空
This commit is contained in:
@changcode
2021-06-16 11:18:04 +08:00
parent 3cbeca330e
commit 01e9121779
6 changed files with 14 additions and 31 deletions

View File

@@ -122,7 +122,7 @@ export default {
label: 'ids',
disabled: false
}, {
name: 'Name',
name: this.$t('overall.name'),
type: 'input',
label: 'name',
disabled: false
@@ -174,6 +174,10 @@ export default {
// //console.error(response.data.list[i], err);
// }
// }
response.data.list.map( d => {
d.port = JSON.parse(d.configs).port
d.path = d.module.type
})
this.tableData = response.data.list
this.pageObj.total = response.data.total
}