科室对照标准

This commit is contained in:
shidongli 2024-07-19 11:19:13 +08:00
parent 554b509e74
commit 5e40aa8c68

View File

@ -283,6 +283,7 @@
append-to-body append-to-body
:before-close="innerVisiblecancel" :before-close="innerVisiblecancel"
> >
<div style="padding-bottom: 23px;">
<el-form <el-form
ref="queryForm" ref="queryForm"
:model="informationqueryParams" :model="informationqueryParams"
@ -343,6 +344,7 @@
> >
</el-table-column> </el-table-column>
</el-table> </el-table>
</div>
<!-- <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" <!-- <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize"
@pagination="getList" /> --> @pagination="getList" /> -->
<myPagination <myPagination