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
+4 -4
View File
@@ -35,10 +35,10 @@ export const tabList = [
name: '地方医院',
type: TabType.diFangYiYuan,
},
{
name: '直升机',
type: TabType.zhiShengJi,
},
// {
// name: '直升机',
// type: TabType.zhiShengJi,
// },
{
name: '急救路线',
},
@@ -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;
});
}