|
@@ -495,17 +495,14 @@
|
|
|
<input
|
|
|
id="contactAddrName"
|
|
|
v-model="patient.contactAddrName"
|
|
|
- style="width: 300px"
|
|
|
- @click="showSearchData('contact')"
|
|
|
+ style="width: 420px"
|
|
|
/>
|
|
|
- <!-- <el-button
|
|
|
- icon="Search"
|
|
|
- type="primary"
|
|
|
- v-show="showGoSearchBtn2"
|
|
|
- @click="showSearchData('contact')"
|
|
|
- >
|
|
|
- 前往搜索
|
|
|
- </el-button> -->
|
|
|
+ <el-button
|
|
|
+ icon="Search"
|
|
|
+ type="primary"
|
|
|
+ @click="showSearchData('contact')"
|
|
|
+ >
|
|
|
+ </el-button>
|
|
|
联系人电话:
|
|
|
<input
|
|
|
id="contactPhone"
|
|
@@ -884,10 +881,11 @@
|
|
|
:key="index"
|
|
|
:value="item.code"
|
|
|
>
|
|
|
- {{ item.name }}
|
|
|
+ {{ item.code }}
|
|
|
</option>
|
|
|
</select>
|
|
|
- ,过敏药物:
|
|
|
+ 1.无 2.有
|
|
|
+ 过敏药物:
|
|
|
<input
|
|
|
id="allergicMedicine"
|
|
|
v-model="patient.allergicMedicine"
|
|
@@ -1295,13 +1293,13 @@
|
|
|
:key="index"
|
|
|
:value="item.code"
|
|
|
>
|
|
|
- {{ item.name }}
|
|
|
+ {{ item.code }}
|
|
|
</option>
|
|
|
</select>
|
|
|
- <span v-for="t in dics.haveOrNot">
|
|
|
+ <span v-for="t in haveOrNot">
|
|
|
{{ t.code }}.{{ t.name }}
|
|
|
</span>
|
|
|
- ,目的:
|
|
|
+ 目的:
|
|
|
<input
|
|
|
id="admissAgainPurpose"
|
|
|
v-model="patient.admissAgainPurpose"
|