Commit 2515461e authored by 黄奎's avatar 黄奎

页面修改

parent fd03989b
......@@ -30,7 +30,7 @@
<q-input @change="resetSearch" clearable filled v-model="msg.Id" label="单据编号" />
</div>
<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="审核状态" />
</div>
<div class="col-3">
......@@ -215,7 +215,7 @@
},
{
label: '作废',
value: '4'
value: '6'
}
],
msg: {
......@@ -223,7 +223,7 @@
pageSize: 12,
rowsPerPage: 12,
Id: "", //单据编号
AuditStatus: "", //审核状态
VerifyStatus: "", //审核状态
StartTime: "", //开始时间
EndTime: "", //结束时间
Conditon: '0',
......
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