Commit 31bb62f1 authored by zhengke's avatar zhengke

修改

parent 00af94ca
......@@ -6,10 +6,6 @@
<q-input @change="resetSearch" clearable standout="bg-primary text-white" class="col-6 q-pr-lg q-pr-lg"
v-model="msg.Name" label="漫画名称" maxlength="20" @clear="resetSearch" />
</div>
<div class="col-3">
<q-select @input="resetSearch" standout="bg-primary text-white" class="col-6 q-pr-lg q-pr-lg"
v-model="msg.Status" :options="ShowOpts" emit-value map-options label="状态" />
</div>
</div>
</div>
<div class="page-content">
......@@ -95,8 +91,7 @@
pageIndex: 1,
pageSize: 12,
rowsPerPage: 12,
Name: '',
Status: -1
Name: ''
},
pageCount: 0,
isShowComicForm: false,
......
......@@ -6,10 +6,6 @@
<q-input @change="resetSearch" clearable standout="bg-primary text-white" class="col-6 q-pr-lg q-pr-lg"
v-model="msg.Name" label="月刊名称" maxlength="20" @clear="resetSearch" />
</div>
<div class="col-3">
<q-select @input="resetSearch" standout="bg-primary text-white" class="col-6 q-pr-lg q-pr-lg"
v-model="msg.Status" :options="ShowOpts" emit-value map-options label="状态" />
</div>
</div>
</div>
<div class="page-content">
......@@ -105,8 +101,7 @@
pageIndex: 1,
pageSize: 12,
rowsPerPage: 12,
Name: '',
Status: -1
Name: ''
},
pageCount: 0,
isShowMonthForm: false,
......
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