fix(demo): account page table without dept (#3164)

This commit is contained in:
bowen
2023-10-17 20:40:51 +08:00
committed by GitHub
parent 1a5bedd1cb
commit 40aac6544c
2 changed files with 30 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const accountList = (() => {
role: '@first',
createTime: '@datetime',
remark: '@cword(10,20)',
'dept|0-2': 1,
'status|1': ['0', '1'],
});
}