| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="HIS工号" prop="hisId"> |
| | | <el-input-number v-model="formData.hisId" :controls=false placeholder="请输入HIS工号" type="number" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="formData.remark" placeholder="请输入内容" type="textarea" /> |
| | |
| | | mobile: '', |
| | | email: '', |
| | | id: undefined, |
| | | hisId: undefined, |
| | | username: '', |
| | | password: '', |
| | | sex: undefined, |
| | |
| | | mobile: '', |
| | | email: '', |
| | | id: undefined, |
| | | hisId: undefined, |
| | | username: '', |
| | | password: '', |
| | | sex: undefined, |
| | |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column label="手机号码" align="center" prop="mobile" width="120" /> |
| | | <el-table-column label="HIS工号" align="center" prop="hisId" width="100" /> |
| | | <el-table-column label="状态" key="status"> |
| | | <template #default="scope"> |
| | | <el-switch |