Commit 31bb62f1 authored by zhengke's avatar zhengke

修改

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