优化aitable

This commit is contained in:
aixianling
2023-01-09 09:36:10 +08:00
parent 275461a474
commit b576a61551
88 changed files with 203 additions and 246 deletions

View File

@@ -162,7 +162,7 @@
)
}
},
{ prop: 'todayReport', align: 'center', label: '今日上报', formart: v => v ? '已上报' : '未上报' }
{ prop: 'todayReport', align: 'center', label: '今日上报', format: v => v ? '已上报' : '未上报' }
],
tableData: [],
total: 0,