Browse Source

fix: 隐藏多余按钮

zh 2 years ago
parent
commit
eed1be0cd3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/deposit_home/components/refund_list-detail.vue

+ 2 - 2
src/views/deposit_home/components/refund_list-detail.vue

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