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

修改bug

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