瀏覽代碼

报表中心修改

1
mo 3 年之前
父節點
當前提交
5f17369799
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/reportForm/index.vue

+ 4 - 2
src/views/reportForm/index.vue

@@ -361,11 +361,12 @@
             > -->
             <ExportChiose
               style="margin-left: 10px"
-              ExportEnum="STUDENT_ORDER"
+              ExportEnum="STUDENT_VIP_PRACTICE"
               :exportData="exportVip"
               fileName="VIP网管课耗"
               errorMsg="请选择分部"
               :flag="vipOrganId.length <= 0"
+              :isDownList="true"
             />
           </div>
           <div class="m-wrap" v-permission="'export/exercisesSituation'">
@@ -426,7 +427,7 @@
                 v-for="(item, index) in selects.branchs"
                 :key="index"
                 :label="item.name"
-                :value="item.id"
+                :value="item.id+''"
               ></el-option>
             </el-select>
 
@@ -1419,6 +1420,7 @@ export default {
       };
     },
     exportAbnormal() {
+      console.log(this.Abnormal)
       return this.Abnormal;
     },
     exportSalar() {