fix: modelBox侧滑 ChartTemplate列表搜索字段名修改

This commit is contained in:
@changcode
2021-05-06 16:46:42 +08:00
parent 50adc14ea5
commit 73950be33c

View File

@@ -79,10 +79,10 @@ export default {
editModule: {},
chartlList: [], // chart 列表数据
ChartSearchShowFields: [ // ChartSearch 下拉搜索表头
{ title: 'id', data: 'id' },
{ title: 'name', data: 'name' },
{ title: 'desc', data: 'type' },
{ title: 'Description', data: 'Description' }
{ title: 'ID', data: 'id' },
{ title: 'Name', data: 'name' },
{ title: 'Type', data: 'type' },
{ title: 'Description', data: 'remark' }
],
url: 'asset/model',
brandUrl: 'asset/brand',