修改禅道已知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">
<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,
@@ -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 {