Commit d4e57bf2 authored by Mac's avatar Mac

修改样式显示问题

parent c8d9a07b
......@@ -62,7 +62,7 @@
placeholder="请输入主播名称" v-model="msg.AnchorName" size="small">
</el-input>
<el-checkbox v-model="msg.IsSelectPayMoney" true-label="1" false-label="0" style="margin-left: 15px" @change="msg.pageIndex=1,getList()">只看已付款</el-checkbox>
<el-checkbox v-model="IsSelectPayMoney" true-label="1" false-label="0" style="margin-left: 15px" @change="msg.pageIndex=1,getList()">只看已付款</el-checkbox>
</div>
<div style="display: flex;flex-direction: row;align-items: center;font-size: 12px" v-if="TenantId==1">
<div class="fkbox">
......@@ -733,6 +733,7 @@
AnchorName:'',
IsSelectPayMoney:0,
},
IsSelectPayMoney:0,
platList: [],
option: [{
Id: 1,
......@@ -1369,7 +1370,7 @@
this.msg.Mobile = '';
this.msg.ProductCode = '';
}
this.msg.IsSelectPayMoney = Number(this.msg.IsSelectPayMoney)
this.msg.IsSelectPayMoney = Number(this.IsSelectPayMoney)
if (this.dateList && this.dateList.length > 0) {
this.msg.StartTime = this.dateList[0];
this.msg.EndTime = this.dateList[1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment