Explorar o código

修改科室质控-质控详情审核通过按钮不可点击样式

liyanyan hai 1 mes
pai
achega
34782f6f65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/recordsRoom/qc/caseViews.vue

+ 1 - 1
src/views/recordsRoom/qc/caseViews.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="MyDiv" :class="{ nocopy: $route.query.status }">
     <div style="display: flex;justify-content: flex-end;margin-bottom: 10px;">
-      <el-button v-if="review_status == 2" disabled>审核通过</el-button>
+      <el-button type="primary" v-if="review_status == 2" disabled>审核通过</el-button>
       <el-button type="primary" @click="toExamine" v-else>审核通过</el-button>
       <el-button type="primary" @click="caseShow = !caseShow">病历智审结果</el-button>
     </div>