Commit df27ac02 authored by 张伯涛's avatar 张伯涛

修改

parent 46c32e7e
......@@ -1246,7 +1246,7 @@ export default {
handleExport() {
this.download('system/fcry/export', {
...this.queryParams
}, `fcry_${new Date().getTime()}.xlsx`)
}, `方舱人员数据.xlsx`)
}
}
};
......
......@@ -1098,7 +1098,7 @@ export default {
handleExport() {
this.download('system/fkqk/export', {
...this.queryParams
}, `fkqk_${new Date().getTime()}.xlsx`)
}, `小区封控情况数据.xlsx`)
}
}
};
......
......@@ -1181,7 +1181,7 @@ export default {
handleExport() {
this.download('system/gldry/export', {
...this.queryParams
}, `gldry_${new Date().getTime()}.xlsx`)
}, `隔离点人员数据.xlsx`)
}
}
};
......
......@@ -1341,7 +1341,7 @@ export default {
handleExport() {
this.download('system/hscj/export', {
...this.queryParams
}, `hscj_${new Date().getTime()}.xlsx`)
}, `核算采集数据.xlsx`)
}
}
};
......
......@@ -965,7 +965,7 @@ export default {
handleExport() {
this.download('system/jcglry/export', {
...this.queryParams
}, `jcglry_${new Date().getTime()}.xlsx`)
}, `解除隔离人员数据.xlsx`)
}
}
}
......
......@@ -1092,7 +1092,7 @@ export default {
handleExport() {
this.download('system/ycsb/export', {
...this.queryParams
}, `ycsb_${new Date().getTime()}.xlsx`)
}, `抗原异常上报数据.xlsx`)
}
}
};
......
......@@ -1327,7 +1327,7 @@ export default {
handleExport() {
this.download('system/yxry/export', {
...this.queryParams
}, `yxry_${new Date().getTime()}.xlsx`)
}, `阳性人员数据.xlsx`)
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment