mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
证件号名称更改
This commit is contained in:
parent
49f2441a15
commit
d30921ca3a
|
@ -7,7 +7,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="证件号" prop="住院号" :label-width="rightWidth">
|
||||
<el-form-item label="住院号" prop="住院号" :label-width="rightWidth">
|
||||
<el-input v-model="formData.住院号" readonly placeholder="请输入"></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
@row-click="tableRowClick">
|
||||
<!-- <el-table-column type="selection" width="55"/>-->
|
||||
<el-table-column type="index" label="#" width="55" align="center"/>
|
||||
<el-table-column property="住院号" label="证件号" width="120" align="center"/>
|
||||
<el-table-column property="住院号" label="住院号" width="120" align="center"/>
|
||||
<el-table-column property="姓名" label="姓名" width="120" align="center"/>
|
||||
<el-table-column label="手机号" width="220" align="center">
|
||||
<template #default="scope">
|
||||
|
|
Loading…
Reference in New Issue
Block a user