|
@@ -69,12 +69,11 @@
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
plain
|
|
|
- icon="el-icon-download"
|
|
|
size="mini"
|
|
|
:loading="exportLoading"
|
|
|
@click="handleExport"
|
|
|
v-hasPermi="['combatduty:grassdutyinfo:export']"
|
|
|
- >导出</el-button
|
|
|
+ >导出今日</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -820,7 +819,7 @@ export default {
|
|
|
handleExport() {
|
|
|
const queryParams = this.queryParams;
|
|
|
this.$modal
|
|
|
- .confirm("是否确认导出所有基层值班数据项?")
|
|
|
+ .confirm("是否确认导出今日所有基层值班数据项?")
|
|
|
.then(() => {
|
|
|
this.exportLoading = true;
|
|
|
return exportGrassdutyinfo(queryParams);
|