设备绑定
This commit is contained in:
parent
32d197890d
commit
8fa8470031
@ -160,6 +160,7 @@
|
||||
<!-- 患者弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerVisibleshow" width="1000px" append-to-body
|
||||
:before-close="innerVisiblecancel">
|
||||
<div style="padding-bottom: 23px;">
|
||||
<el-form ref="queryForm" :model="informationqueryParams" :rules="rules" label-width="80px" :inline="true">
|
||||
<el-form-item label="患者名称" prop="patientName" label-width="120">
|
||||
<el-input v-model="informationqueryParams.patientName" placeholder="请输入患者名称" clearable />
|
||||
@ -189,8 +190,8 @@
|
||||
</el-table-column>
|
||||
<el-table-column property="cardNo" label="患者身份证号" align="center" :show-overflow-tooltip="true">
|
||||
</el-table-column>
|
||||
patientPhone
|
||||
</el-table>
|
||||
</div>
|
||||
<myPagination v-show="totaldepartment > 0" :total="totaldepartment" :pageSize="informationqueryParams.pageSize"
|
||||
:indexFromWrap="informationqueryParams.pageNum" @updateCPage="updateCPagetwo"></myPagination>
|
||||
<!-- <pagination v-show="totaldepartment > 0" :total="totaldepartment" :page.sync="informationqueryParams.pageNum"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user