患者导入 --- 手机号
This commit is contained in:
parent
7fc341eaa9
commit
3b86ae2beb
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user