修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-12 14:14:21 +08:00
parent 5efbe70ddf
commit aabdb5ac0a
2 changed files with 4 additions and 2 deletions
@@ -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,
@@ -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 {