update 操作日志完善

This commit is contained in:
2021-06-28 13:19:26 +08:00
parent fd9665c265
commit f27e3956b9
11 changed files with 334 additions and 148 deletions

View File

@@ -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)