@dongkboy hace 3 meses
padre
commit
c085e94f03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'"