|
@@ -42,8 +42,8 @@
|
42
|
42
|
:class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0 }"
|
43
|
43
|
>删除</span>
|
44
|
44
|
|
45
|
|
- <span id="fontSize" :class="{ forbid:(this.$store.getters.user.user.user_type == 3 && !isPremission) }" v-if="currentSubAdvices.length > 0" @click="modifySubdviceAction">修改子医嘱</span>
|
46
|
|
- <span id="fontSize" :class="{ forbid:(this.$store.getters.user.user.user_type == 3 && !isPremission) }" v-if="currentSubAdvices.length > 0" @click="deleteSubAdviceAction">删除子医嘱</span>
|
|
45
|
+ <span id="fontSize" :class="{ forbid:this.$store.getters.user.user.user_type == 3}" v-if="currentSubAdvices.length > 0" @click="modifySubdviceAction">修改子医嘱</span>
|
|
46
|
+ <span id="fontSize" :class="{ forbid:this.$store.getters.user.user.user_type == 3}" v-if="currentSubAdvices.length > 0" @click="deleteSubAdviceAction">删除子医嘱</span>
|
47
|
47
|
</div>
|
48
|
48
|
<div class="DialogContent choose" id="dialogTop" style="height:6.5rem;">
|
49
|
49
|
|