|
@@ -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 type="primary" @click="toExamine" disabled="review_status == 2">审核通过</el-button>
|
|
|
+ <el-button type="primary" @click="toExamine" :disabled="review_status == 2">审核通过</el-button>
|
|
|
<el-button type="primary" @click="caseShow = !caseShow">病历智审结果</el-button>
|
|
|
</div>
|
|
|
<div class="cont_container">
|