update 重做菜单

This commit is contained in:
2021-05-06 09:29:07 +08:00
parent 03a88be5ce
commit a5d84bbfff
20 changed files with 265 additions and 297 deletions

View File

@@ -170,7 +170,7 @@ export default {
columns: this.columns.filter(p => !p.hidden),
bordered: true,
size: 'middle',
rowKey: record => record.id,
rowKey: record => record.id || Math.random().toString(16).slice(2),
scroll: { x: 'max-content' }
}