上报库固定列
This commit is contained in:
@@ -610,7 +610,7 @@
|
||||
dataIndex: res.db_field_name,
|
||||
align: 'left',
|
||||
// ellipsis: true,
|
||||
fixed: res.fixedLeft ? 'left' : '',
|
||||
fixed: res.click5 ? 'left' : '',
|
||||
sorter: res.sort,
|
||||
width: 160
|
||||
})
|
||||
@@ -700,7 +700,7 @@
|
||||
dataIndex: res.db_field_name,
|
||||
align: 'left',
|
||||
// ellipsis: true,
|
||||
fixed: res.fixedLeft ? 'left' : '',
|
||||
fixed: res.click5 ? 'left' : '',
|
||||
sorter: res.sort,
|
||||
width: 160
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user