Commit bbd25345 authored by 黄奎's avatar 黄奎

页面修改

parent 06e5a420
......@@ -22,7 +22,7 @@
<q-input @input="resetSearch" filled clearable v-model="msg.ContactNumber" label="联系电话" maxlength="20" />
</div>
<div class="col-3">
<q-select @input="resetSearch" clearable filled v-model="msg.ApproveState" :options="ApproveStateList"
<q-select @input="resetSearch" clearable filled v-model="msg.QApproveState" :options="ApproveStateList"
emit-value map-options label="审核状态" />
</div>
</div>
......@@ -57,8 +57,7 @@
rowsPerPage: 12,
CustomerName: "", //客户名称
ContactNumber: "", //联系电话
ApproveState: "", //审核状态
CustomerState: "", //账号状态
QApproveState: "3", //审核状态
CustomerId: 0
},
loading: false,
......@@ -78,7 +77,12 @@
"WeChatNo",
],
//审核状态列表
ApproveStateList: [{
ApproveStateList: [
{
label: "待审核",
value: "3"
},
{
label: "通过",
value: "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