患者导入 --- 手机号

This commit is contained in:
shidongli 2025-02-06 16:14:41 +08:00
parent 7fc341eaa9
commit 3b86ae2beb

View File

@ -388,10 +388,11 @@
</el-dialog>
<!-- 手机号 -->
<el-dialog
title="查看"
:title="titlemsg"
:visible.sync="openphone"
width="900px"
append-to-body
class="titleMSG"
>
<el-table v-loading="loading" :data="patientInfoList">
<el-table-column label="科室名称" align="center" prop="deptAlias" />
@ -473,6 +474,7 @@ export default {
},
data() {
return {
titlemsg:"",//
countsum: "",//
querlist: {},//
departmentsshow: false,//
@ -608,7 +610,8 @@ export default {
} else if (response.code == 5002) {
this.openphone = true;
this.patientInfoList = response.data
this.titlemsg=response.msg
// this.$modal.msgError(response.msg);
} else if (response.code == 500 && response.data) {
if (response.data.departments) {
this.form = response.data
@ -992,6 +995,10 @@ export default {
}
</script>
<style lang="scss" scoped>
.titleMSG ::v-deep .el-dialog__title{
color:red;
}
.item-search-form {
::v-deep .el-form-item {
height: 28px !important;