|
@@ -1044,14 +1044,14 @@
|
|
|
<!-- detailList.examineStatus != 'OK' || detailList.examineStatus != 'FAIL' -->
|
|
|
<div class="btn-group clearfix">
|
|
|
<div class="fl">
|
|
|
- <el-button v-if="title == '详情'" type="primary" size="small" @click="handleEdit">保存</el-button>
|
|
|
+ <!-- <el-button type="primary" size="small" @click="handleEdit">保存</el-button> -->
|
|
|
<el-button v-if="detailList.examineStatus == 'WAIT'" type="primary" size="small" @click="adoptFn"
|
|
|
>审批通过</el-button
|
|
|
>
|
|
|
<el-button v-if="detailList.examineStatus == 'WAIT'" type="primary" size="small" @click="rejectFn"
|
|
|
>审批驳回</el-button
|
|
|
>
|
|
|
- <el-button v-if="detailList.examineStatus == 'OK'" type="primary" size="small" @click="saveFn">保存</el-button>
|
|
|
+ <el-button v-if="title == '详情'" type="primary" size="small" @click="saveFn">保存</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|