This commit is contained in:
zk
2024-01-09 14:16:30 +08:00
parent f016fdc69f
commit 3459db992c
2 changed files with 7 additions and 4 deletions
@@ -105,6 +105,9 @@ export function useFooterTable() {
if (res) {
arrList.forEach((item) => {
item.value = res[item.key];
// if (['sevenDayNum', 'thirtyDayNum'].includes(item.key)) {
// item.value = '-';
// }
item.extData = res;
});
}