南昌市物联网技防平台-前端
Administrator
2021-04-16 7d7f51eb9109dfd130a8c6eba847e3fb75804620
体温报表导出修改
5 files modified
8 ■■■■ changed files
src/views/animalHeat/animalHeat.vue 4 ●●●● patch | view | raw | blame | history
src/views/healthcode/healthcode.vue 1 ●●●● patch | view | raw | blame | history
src/views/parcel/parcel.vue 1 ●●●● patch | view | raw | blame | history
src/views/parcel/parcelKind.vue 1 ●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 1 ●●●● patch | view | raw | blame | history
src/views/animalHeat/animalHeat.vue
@@ -50,7 +50,7 @@
          <el-button type="warning"
                      size="small"
                      plain
                      icon="el-icon-download"
                      icon="el-icon-pie-chart"
                      @click="handleExportStatis">导出报表
          </el-button>
        </template>
@@ -264,7 +264,7 @@
          let endTime = this.$route.query.endTime==undefined? '':this.$route.query.endTime;
          let status = this.$route.query.status==undefined? '':this.$route.query.status;
          let timeDesc = this.$route.query.timeDesc==undefined? '':this.$route.query.timeDesc;
          window.open(`http://localhost:8108/ureport/excel?_u=blade-animalHeat.statis.ureport.xml&begTime=${begTime}&endTime=${endTime}&status=${status}&timeDesc=${timeDesc}`);
          window.open(`/api/blade-jfpts/animalHeat/animalHeat/getAnimalHeatStatis?begTime=${begTime}&endTime=${endTime}&status=${status}&timeDesc=${timeDesc}`);
        });
      },
      //修改行颜色
src/views/healthcode/healthcode.vue
@@ -49,6 +49,7 @@
                      @click="handleExport">导出
          </el-button>
          <el-button type="warning"
          style="display:none"
                      size="small"
                      plain
                      icon="el-icon-download"
src/views/parcel/parcel.vue
@@ -44,6 +44,7 @@
          <el-button type="warning"
                      size="small"
                      plain
                      style="display:none"
                      icon="el-icon-download"
                      @click="handleExportStatis">导出报表
          </el-button>
src/views/parcel/parcelKind.vue
@@ -38,6 +38,7 @@
                      @click="handleExport">导出
          </el-button>
          <el-button type="warning"
          style="display:none"
                      size="small"
                      plain
                      icon="el-icon-download"
src/views/realTimePolice/real.vue
@@ -79,6 +79,7 @@
                    @click="handleExport">导出
        </el-button>
        <el-button type="warning"
        style="display:none"
                    size="small"
                    plain
                    icon="el-icon-download"