Commit d97aa0c5 authored by 何鹏程's avatar 何鹏程

修改bug

parent 14f1ba09
......@@ -14,7 +14,6 @@
<!-- 引入百度DuGIS -->
<!-- 打包后修改引入地址 /mdxtpt/static/config.js -->
<script type="text/javascript" src="/static/config.js"></script>
</script>
</head>
<body>
......
......@@ -19,7 +19,7 @@
label="医院名称"
prop="hospitalCode"
>
{{ userInfo.hospitalName }}
{{ dataForm.hospitalName || userInfo.hospitalName }}
<!-- <el-select
v-model="dataForm.hospitalCode"
placeholder="请选择医院"
......
......@@ -20,7 +20,7 @@
label="医院名称"
prop="hospitalCode"
>
{{ userInfo.hospitalName }}
{{ dataForm.hospitalName || userInfo.hospitalName }}
<!-- <el-select
v-model="dataForm.hospitalCode"
placeholder="请选择医院"
......@@ -245,6 +245,7 @@ export default {
},
methods: {
init(type, id) {
console.log(this.userInfo)
this.dialogVisible = true
this.loading = true
this.type = type
......
......@@ -104,7 +104,8 @@
label="操作"
align="left"
width="auto"
min-width="200px"
min-width="150px"
fixed="right"
>
<template slot-scope="scope">
<el-link
......@@ -163,10 +164,17 @@ export default {
}
},
{
name: '身份证号',
key: 'identityNumber',
name: '年龄',
key: 'age',
sortable: false,
width: '180',
width: '80',
fixed: false
},
{
name: '发病时间',
key: 'onsetTime',
sortable: false,
width: '200',
fixed: false
},
{
......@@ -176,11 +184,18 @@ export default {
width: '200',
fixed: false
},
{
name: '从现场出发时间',
key: 'departureTime',
sortable: false,
width: '200',
fixed: false
},
{
name: '车牌号',
key: 'licensePlateNumber',
sortable: false,
width: '100',
width: '120',
fixed: false
},
{
......@@ -191,10 +206,10 @@ export default {
fixed: false
},
{
name: '接诊医院',
key: 'clinicalHospital',
name: '身份证号',
key: 'identityNumber',
sortable: false,
width: '100',
width: '200',
fixed: false
},
{
......@@ -211,7 +226,21 @@ export default {
name: '院前诊断',
key: 'preHospitalDiagnosis',
sortable: false,
width: '100',
width: '200',
fixed: false
},
{
name: '接诊医院',
key: 'clinicalHospital',
sortable: false,
width: '200',
fixed: false
},
{
name: '转出医院',
key: 'outhospitalName',
sortable: false,
width: '200',
fixed: false
}
],
......
......@@ -19,7 +19,7 @@
label="医院名称"
prop="hospitalCode"
>
{{ userInfo.hospitalName }}
{{ dataForm.hospitalName || userInfo.hospitalName }}
<!-- <el-select
v-model="dataForm.hospitalCode"
placeholder="请选择医院"
......
......@@ -19,7 +19,7 @@
label="医院名称"
prop="hospitalCode"
>
{{ userInfo.hospitalName }}
{{ dataForm.hospitalName || userInfo.hospitalName }}
<!-- <el-select
v-model="dataForm.hospitalCode"
placeholder="请选择医院"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment