|
|
@@ -119,13 +119,19 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-if="scope.row.status==1" @click="confirmPay(scope.row)">
|
|
|
+ <div v-if="scope.row.order_type_id == 0">
|
|
|
+ <span v-if="scope.row.status==1" @click="confirmPay(scope.row)">
|
|
|
<el-button type="primary" size="mini">确认付款</el-button>
|
|
|
- </span>
|
|
|
- <span v-else-if="scope.row.status==16" @click="confirmPay(scope.row)">
|
|
|
- <el-button type="primary" size="mini">失败重试</el-button>
|
|
|
- </span>
|
|
|
- <span v-else></span>
|
|
|
+ </span>
|
|
|
+ <span v-else-if="scope.row.status==16" @click="confirmPay(scope.row)">
|
|
|
+ <el-button type="primary" size="mini">失败重试</el-button>
|
|
|
+ </span>
|
|
|
+ <span v-else></span>
|
|
|
+ </div>
|
|
|
+ <div v-else>
|
|
|
+ <span>领薪宝订单</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="外部备注">
|