|
@@ -7,7 +7,8 @@
|
7
|
7
|
<div>透析号:{{ patient.dialysis_no }}</div>
|
8
|
8
|
<div>性别:{{ patient.gender == 1 ? '男' : '女' }}</div>
|
9
|
9
|
<div>年龄:{{ patient.age }} 岁</div>
|
10
|
|
- <div v-if="$store.getters.xt_user.org_id == 10644">开方日期:{{ gettime(order.setl_time) }}
|
|
10
|
+ <div v-if="$store.getters.xt_user.org_id == 10644 ||
|
|
11
|
+ $store.getters.xt_user.org_id == 0">开方日期:{{ getTimes(order.settle_accounts_date) }}
|
11
|
12
|
<!-- {{ hospital.in_hosptial_time }} 至
|
12
|
13
|
{{ hospital.out_hosptial_time }} -->
|
13
|
14
|
</div>
|