修改禅道已知bug
This commit is contained in:
+2
-1
@@ -47,6 +47,7 @@
|
|||||||
<div class="page">
|
<div class="page">
|
||||||
<a-pagination
|
<a-pagination
|
||||||
:show-total="total => $t('total')+` ${total} `+$t('strip')"
|
:show-total="total => $t('total')+` ${total} `+$t('strip')"
|
||||||
|
:pageSizeOptions="['12','24','36','48','60']"
|
||||||
show-quick-jumper
|
show-quick-jumper
|
||||||
show-size-changer
|
show-size-changer
|
||||||
:page-size.sync="pageSize"
|
:page-size.sync="pageSize"
|
||||||
@@ -70,7 +71,7 @@
|
|||||||
queryParam: {},
|
queryParam: {},
|
||||||
conList: [],
|
conList: [],
|
||||||
applyMarketList: [],
|
applyMarketList: [],
|
||||||
pageSize: 10,
|
pageSize: 12,
|
||||||
total: 0,
|
total: 0,
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
loading: false,
|
loading: false,
|
||||||
|
|||||||
+2
-1
@@ -59,7 +59,7 @@
|
|||||||
<a-form-model-item class="itemModel" prop="title">
|
<a-form-model-item class="itemModel" prop="title">
|
||||||
<a-input class="box-input"
|
<a-input class="box-input"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model="formInline.title"
|
v-model.trim="formInline.title"
|
||||||
:placeholder="$t('PleaseEnter')+$t('title')"/>
|
:placeholder="$t('PleaseEnter')+$t('title')"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
@@ -573,6 +573,7 @@
|
|||||||
|
|
||||||
.box-button {
|
.box-button {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit-button {
|
.submit-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user