1178232204@qq.com 3 سال پیش
والد
کامیت
fddc2a07de
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/cdssManage/plan/Plan.vue

+ 1 - 1
src/components/cdssManage/plan/Plan.vue

@@ -63,7 +63,7 @@
               size="small"
               class="delete"
               @click="enableOrAble(scope.row,0)"
-              v-if="scope.row.planStatus === 1 && scope.row.hospitalId !=-1"
+              v-if="scope.row.planStatus === 1"
               :disabled="scope.row.hospitalId ==-1?true:false"
             >禁用</el-button>
             <el-button type="text" size="small" @click="enableOrAble(scope.row,1)" :disabled="scope.row.hospitalId ==-1?true:false" v-else>启用</el-button>