上报库自定义表头
This commit is contained in:
@@ -587,10 +587,7 @@
|
||||
this.content = []
|
||||
let checkedList = []
|
||||
jsonHead.forEach((res, index) => {
|
||||
if(res.headFieldCn == '操作'){
|
||||
res.field = 'operation'
|
||||
}
|
||||
checkedList.push(res.field)
|
||||
checkedList.push(res.dataIndex)
|
||||
// 配置列
|
||||
if (res.type) {
|
||||
this.columns.push({
|
||||
|
||||
Reference in New Issue
Block a user