|
|
@@ -146,8 +146,8 @@
|
|
|
<el-button link type="primary" v-if="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'"
|
|
|
- @click="mockUnderwited(scope.row)">模拟承保</el-button>
|
|
|
+ <!-- <el-button link type="primary" :loading="scope.row.loading" v-if="scope.row.orderStatus === '4'"
|
|
|
+ @click="mockUnderwited(scope.row)">模拟承保</el-button> -->
|
|
|
<el-button link type="primary" v-if="scope.row.orderStatus === '3'"
|
|
|
@click="updateOrderStatus(scope.row.orderNo)">同步订单</el-button>
|
|
|
<el-button link type="primary" v-if="scope.row.orderStatus === '6'"
|