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