|
@@ -186,13 +186,13 @@
|
|
<Option value="2">否</Option>
|
|
<Option value="2">否</Option>
|
|
</Select>
|
|
</Select>
|
|
</FormItem>
|
|
</FormItem>
|
|
- <!-- <FormItem label="线下课程用户" :label-width="138" class="ji-chu lai-yuan bot-user">
|
|
|
|
- <Select v-model="filter.isCourse" placeholder="全部" @on-change="allChange" style="width:76px">
|
|
|
|
|
|
+ <FormItem label="剑鱼币" :label-width="138" class="ji-chu lai-yuan bot-user">
|
|
|
|
+ <Select v-model="filter.isJyB" placeholder="全部" @on-change="allChange" style="width:76px">
|
|
<Option value="0">全部</Option>
|
|
<Option value="0">全部</Option>
|
|
<Option value="1">是</Option>
|
|
<Option value="1">是</Option>
|
|
<Option value="2">否</Option>
|
|
<Option value="2">否</Option>
|
|
</Select>
|
|
</Select>
|
|
- </FormItem> -->
|
|
|
|
|
|
+ </FormItem>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
@@ -265,7 +265,7 @@ export default {
|
|
this.filter.isEntniche = "";
|
|
this.filter.isEntniche = "";
|
|
this.filter.isDataExport = "";
|
|
this.filter.isDataExport = "";
|
|
this.filter.isDataReport = "";
|
|
this.filter.isDataReport = "";
|
|
- this.filter.isCourse = "";
|
|
|
|
|
|
+ this.filter.isJyB = "";
|
|
this.filter.isCourse_xs = "";
|
|
this.filter.isCourse_xs = "";
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -334,7 +334,7 @@ export default {
|
|
isEntniche: "",
|
|
isEntniche: "",
|
|
isDataExport: "",
|
|
isDataExport: "",
|
|
isDataReport: "",
|
|
isDataReport: "",
|
|
- isCourse: "",
|
|
|
|
|
|
+ isJyB: "",
|
|
isCourse_xs: "",
|
|
isCourse_xs: "",
|
|
minMoney: "",
|
|
minMoney: "",
|
|
maxMoney: "",
|
|
maxMoney: "",
|