|
@@ -353,13 +353,12 @@
|
|
|
<el-table-column fixed="right" label="操作" width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- @click.native.prevent="handleEdit(scope.row)"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
class="red-btn"
|
|
|
v-if="scope.row.order_status === 1"
|
|
|
>
|
|
|
- 退款
|
|
|
+ <!-- 退款 -->
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@click.native.prevent="handleUp(scope.row, scope.$index)"
|
|
@@ -376,7 +375,7 @@
|
|
|
class="gray-btn"
|
|
|
v-if="scope.row.order_status === 3"
|
|
|
>
|
|
|
- 退款
|
|
|
+ 已退款
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
type="text"
|
|
@@ -384,7 +383,7 @@
|
|
|
class="gray-btn"
|
|
|
v-if="scope.row.order_status === 4"
|
|
|
>
|
|
|
- 撤回
|
|
|
+ 已撤回
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|