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