Commit fd03989b authored by 黄奎's avatar 黄奎

页面修改

parent 3a720ea3
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
<div class="page-search row items-center"> <div class="page-search row items-center">
<div class="col row wrap q-col-gutter-md"> <div class="col row wrap q-col-gutter-md">
<div class="col-3"> <div class="col-3">
<q-input @change="resetSearch" clearable filled v-model="msg.ClassName" label="学员名称/班级名称/老师名称" /> <q-input @change="resetSearch" clearable filled v-model="msg.Id" label="单号" maxlength="10" />
</div> </div>
<div class="col-3"> <div class="col-3">
<q-select @input="resetSearch" clearable filled v-model="msg.AuditStatus" :options="ShowOpts" emit-value <q-select @input="resetSearch" clearable filled v-model="msg.VerifyStatus" :options="ShowOpts" emit-value
map-options label="审核状态" /> map-options label="审核状态" />
</div> </div>
<div class="col-3"> <div class="col-3">
<q-select @input="resetSearch" clearable option-value="Id" option-label="Name" filled <q-select @input="resetSearch" clearable filled option-value="Id" option-label="Name" filled
v-model="msg.ReceiptType" :options="OrderTypeList" emit-value map-options label="单据类型" /> v-model="msg.ReceiptType" :options="OrderTypeList" emit-value map-options label="单据类型" />
</div> </div>
<div class="col-3 Sysuser_Date"> <div class="col-3 Sysuser_Date">
...@@ -177,15 +177,15 @@ ...@@ -177,15 +177,15 @@
}, },
{ {
label: '作废', label: '作废',
value: '4' value: '6'
} }
], ],
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 12, pageSize: 12,
rowsPerPage: 12, rowsPerPage: 12,
ClassName: "", //学员、班级、老师名称 Id:"",
AuditStatus: "", //审核状态 VerifyStatus: "", //审核状态
StartTime: "", //开始时间 StartTime: "", //开始时间
EndTime: "", //结束时间 EndTime: "", //结束时间
Conditon: 1, Conditon: 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