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