Commit 1542c54c authored by Mac's avatar Mac

去掉删除按钮

parent 0cd86051
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="col-3"> <div class="col-3">
<q-select <q-select
@input="resetSearch" @input="resetSearch"
clearable
filled filled
v-model="msg.Type" v-model="msg.Type"
:options="TypeList" :options="TypeList"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div class="col-3"> <div class="col-3">
<q-select <q-select
@input="resetSearch" @input="resetSearch"
clearable
filled filled
v-model="msg.AuditStatus" v-model="msg.AuditStatus"
:options="ApproveStateList" :options="ApproveStateList"
......
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