@@ -123,7 +123,7 @@
<br />
<el-button v-if="scope.row.status == 'PAID'" link type="primary" size="small"
v-action="'orderRefund.RefundOrder.applyRefund'"
- @click="openType('applyVisible', scope.row)">申请退款</el-button>
+ @click="openType('applyVisible', scope.row)">发起退款</el-button>
</template>
</el-table-column>
@@ -212,7 +212,7 @@ const statusList = ref([
{ name: '审核不通过', value: 2 },
])
const statusListTop = ref([
- { name: '待审核', value: 0 },
+ { name: '待退款', value: 0 },
{ name: '已退款', value: 1 },
const api = 'orderRefund/order_list';