患者导入 --- 手机号

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