update 操作日志完善
This commit is contained in:
@@ -298,7 +298,7 @@ export default class QueryTable extends Component {
|
||||
columns: (() => {
|
||||
const c = []
|
||||
if (type !== 'tree' && rowNumber & !expandable & !expandedRowRender) {
|
||||
c.push(rowNoColumn)
|
||||
//c.push(rowNoColumn)
|
||||
}
|
||||
c.push(...(columns || []))
|
||||
return c.filter(p => !p.hidden)
|
||||
|
||||
Reference in New Issue
Block a user