update
This commit is contained in:
@@ -35,10 +35,10 @@ export const tabList = [
|
|||||||
name: '地方医院',
|
name: '地方医院',
|
||||||
type: TabType.diFangYiYuan,
|
type: TabType.diFangYiYuan,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '直升机',
|
// name: '直升机',
|
||||||
type: TabType.zhiShengJi,
|
// type: TabType.zhiShengJi,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '急救路线',
|
name: '急救路线',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -105,6 +105,9 @@ export function useFooterTable() {
|
|||||||
if (res) {
|
if (res) {
|
||||||
arrList.forEach((item) => {
|
arrList.forEach((item) => {
|
||||||
item.value = res[item.key];
|
item.value = res[item.key];
|
||||||
|
// if (['sevenDayNum', 'thirtyDayNum'].includes(item.key)) {
|
||||||
|
// item.value = '-';
|
||||||
|
// }
|
||||||
item.extData = res;
|
item.extData = res;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user