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