瀏覽代碼

订单文字修改

zqwang 1 年之前
父節點
當前提交
8d5ef4e205

+ 1 - 1
src/views/ordersManage/tabs/rechargeList/index.vue

@@ -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>
             <br />
           </template>
         </el-table-column>

+ 1 - 1
src/views/ordersManage/tabs/refundList/index.vue

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