NEZ-2198 feat:model 批量导入页面开发

This commit is contained in:
zyh
2022-09-16 15:26:50 +08:00
parent 8a3914a48d
commit 8ca1ad8184
8 changed files with 32 additions and 42 deletions

View File

@@ -46,7 +46,7 @@
>
<template>
<el-input-number ref="jumpInput" v-model="pageObj.pageNo" :controls="false" :min="1" :max="pageObj.pages" class="jump-input" @change="getTableData" @keyup.enter.native="getTableData" size="mini"/>
<span class="jump-pages">/&nbsp{{pageObj.pages}}</span>
<span class="jump-pages">/&nbsp;{{pageObj.pages}}</span>
</template>
</el-pagination>
</template>