Browse Source

医嘱权限

csx 5 years ago
parent
commit
df2500ffb9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/main/dialog/OrdersDialog.vue

+ 2 - 2
src/pages/main/dialog/OrdersDialog.vue View File

@@ -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