update
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user