|
@@ -35,14 +35,14 @@
|
35
|
35
|
</div>
|
36
|
36
|
<div>
|
37
|
37
|
性别:
|
38
|
|
- <label-box
|
39
|
|
- :isChecked="patient.gender == 1 ? true : false"
|
40
|
|
- showValue="男"
|
41
|
|
- ></label-box>
|
42
|
|
- <label-box
|
43
|
|
- :isChecked="patient.gender == 2 ? true : false"
|
44
|
|
- showValue="女"
|
45
|
|
- ></label-box>
|
|
38
|
+<!-- <label-box-->
|
|
39
|
+<!-- :isChecked="patient.gender == 1 ? true : false"-->
|
|
40
|
+<!-- showValue="男"-->
|
|
41
|
+<!-- ></label-box>-->
|
|
42
|
+<!-- <label-box-->
|
|
43
|
+<!-- :isChecked="patient.gender == 2 ? true : false"-->
|
|
44
|
+<!-- showValue="女"-->
|
|
45
|
+<!-- ></label-box>-->
|
46
|
46
|
</div>
|
47
|
47
|
<!-- <div class="address_slot">
|
48
|
48
|
家庭住址:<span>{{ patient.home_address ? patient.home_address : "" }}</span>
|
|
@@ -295,8 +295,8 @@ import { jsGetAge, uParseTime } from "@/utils/tools";
|
295
|
295
|
import { getDataConfig } from "@/utils/data";
|
296
|
296
|
import { getAllDoctorList, getPatientCaseHistory } from "@/api/project/project";
|
297
|
297
|
import { getAccessList } from "@/api/patient";
|
298
|
|
-import LabelBox from "../zujian/labelbox.vue";
|
299
|
|
-import CheckBox from "../zujian/checkbox.vue";
|
|
298
|
+// import LabelBox from "../zujian/labelbox.vue";
|
|
299
|
+// import CheckBox from "../zujian/checkbox.vue";
|
300
|
300
|
export default {
|
301
|
301
|
props: {
|
302
|
302
|
patient: Object,
|
|
@@ -305,8 +305,8 @@ export default {
|
305
|
305
|
// history:Object,
|
306
|
306
|
},
|
307
|
307
|
components: {
|
308
|
|
- LabelBox,
|
309
|
|
- CheckBox,
|
|
308
|
+ // LabelBox,
|
|
309
|
+ // CheckBox,
|
310
|
310
|
},
|
311
|
311
|
data() {
|
312
|
312
|
return {
|