WXL
2025-04-18 8d0f7fcc4a961a6a2cd969171066f652cc8e736f
src/views/sfstatistics/percentage/index.vue
@@ -240,7 +240,7 @@
              >
              </el-table-column
              ><el-table-column
                label="待发送"
                label="待随访"
                align="center"
                key="dfsCount"
                prop="dfsCount"
@@ -782,7 +782,7 @@
    /** 导出按钮操作 */
    handleExport() {
      this.download(
        "base/tag/export",
        "smartor/serviceSubtask/getSfStatisticsExport",
        {
          ...this.queryParams,
        },