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