소스 검색

颜色修改

1178232204@qq.com 3 년 전
부모
커밋
52999f85a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/cdssManage/plan/Plan.vue

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

@@ -61,7 +61,7 @@
             <el-button
               type="text"
               size="small"
-              class="delete"
+              :class="scope.row.hospitalId ==-1?'':'delete'"
               @click="enableOrAble(scope.row,0)"
               v-if="scope.row.planStatus === 1"
               :disabled="scope.row.hospitalId ==-1?true:false"