소스 검색

if判断bug

@dongkboy 3 달 전
부모
커밋
c085e94f03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/insurancePolicy/order.vue

+ 1 - 1
src/views/insurancePolicy/order.vue

@@ -127,7 +127,7 @@
             @click="toEdit(scope.row)">提交核保</el-button>
           <el-button link type="primary" v-if="scope.row.orderStatus === '3'">取消核保</el-button>
           <el-button link type="primary"
-            v-if="scope.row.orderStatus === '7' || scope.row.orderStatus === '1' || scope.row.orderStatus === '4'"
+            v-if="scope.row.orderStatus === '7'  || scope.row.orderStatus === '4'"
             @click="updateOrderStatus(scope.row.orderNo)">更新订单</el-button>
           <!-- 模拟接口,正式上线后,删除 -->
           <el-button link type="primary" :loading="scope.row.loading" v-if="scope.row.orderStatus === '4'"