NEX-717 fix:bug修改

This commit is contained in:
zhangyu
2021-06-02 16:55:17 +08:00
parent 38d62fbe43
commit 9ee8b0f7ba
7 changed files with 37 additions and 6 deletions

View File

@@ -362,7 +362,7 @@ export default {
const data = []
const searchableData = response.data.list.filter(d => d.search === 1)
const showData = response.data.list.filter(d => d.display === 1).map(item => {
return { label: item.name, prop: 'Label', show: false, allowed: true, type: 'label' }
return { label: item.name, prop: item.name, show: false, allowed: true, type: 'label' }
})
searchableData.forEach(m => {
if (m.param) {