|
|
@@ -6,7 +6,7 @@
|
|
|
<a href="#">系统管理</a>
|
|
|
</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item>
|
|
|
- <a href="/personHealthLedger">健康打卡台账</a>
|
|
|
+ <a href="/personHealthLedger">健康打卡情况</a>
|
|
|
<!-- 包含测温和健康上报 -->
|
|
|
</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
|
@@ -88,7 +88,7 @@
|
|
|
icon="el-icon-download"
|
|
|
:loading="downloadLoading"
|
|
|
@click="exportXls"
|
|
|
- >导出健康信息台账</el-button>
|
|
|
+ >导出健康打卡情况</el-button>
|
|
|
</el-row>
|
|
|
<el-table
|
|
|
ref="formTable"
|
|
|
@@ -363,7 +363,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
personHealthLedgerApi
|
|
|
- .pageListAll(formData)
|
|
|
+ .pageList(formData)
|
|
|
.then(function(response) {
|
|
|
self.loading = false;
|
|
|
|
|
|
@@ -447,7 +447,7 @@ export default {
|
|
|
formData.append("queryTime", self.queryModel.queryTime);
|
|
|
formData.append("popedom", self.queryModel.popedom);
|
|
|
|
|
|
- personHealthLedgerApi.exportXlsAll(formData).then(function(response) {
|
|
|
+ personHealthLedgerApi.exportXls(formData).then(function(response) {
|
|
|
var jsonData = response.data;
|
|
|
|
|
|
self.downloadLoading = false;
|