morphone1995 4 سال پیش
والد
کامیت
c99a07f899
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/icss/MedicineInfoPg.vue

+ 2 - 2
src/components/icss/MedicineInfoPg.vue

@@ -183,13 +183,13 @@ export default {
         this.showType == 3 ||
         this.showType == 4 ||
         this.showType == 5 ||
-        this.showType == 7
+        this.showType == 6
       ) {
         // 检验/检查
         this.positions = positions.filter(item => {
           return item.key <= 2;
         });
-      } else if (this.showType == 2 || this.showType == 6) {
+      } else if (this.showType == 2 || this.showType == 7) {
         // 药品/手术
         this.positions = positions.filter(item => item.key === 1);
       } else {