修改测试bug

This commit is contained in:
GGJ
2024-10-16 20:31:54 +08:00
parent 10b8710832
commit 67383d5888
9 changed files with 1599 additions and 1558 deletions

View File

@@ -127,7 +127,7 @@ const tableStore = new TableStore({
],
loadCallback: () => {
tableStore.table.data.forEach((item: any) => {
item.statusName = item.status === 1 ? '用' : '用'
item.statusName = item.status === 1 ? '用' : '用'
for (let key in item) {
if (typeof item[key] !== 'number') {
item[key] = item[key] || '/'