From 2d3e76a615fd88df7eda6e2d2359b1f0703ca078 Mon Sep 17 00:00:00 2001 From: yangqingyuan Date: Sun, 15 Sep 2024 19:48:45 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=BB=AD=E8=B4=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0=E7=BB=AD=E8=B4=B9?= =?UTF-8?q?=E6=A0=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/order/model/index.ts | 1 + src/views/yunxinwei/order/components/order-info.vue | 3 +++ src/views/yunxinwei/xufei/index.vue | 10 +++++++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/api/order/model/index.ts b/src/api/order/model/index.ts index 4cdbb5f..3abf5f9 100644 --- a/src/api/order/model/index.ts +++ b/src/api/order/model/index.ts @@ -117,6 +117,7 @@ export interface OrderPay { rentOrderNo?:string; currPeriods?:number;//当前期数 + isAdminRenew?:number;//是否管理员学费 } diff --git a/src/views/yunxinwei/order/components/order-info.vue b/src/views/yunxinwei/order/components/order-info.vue index ec2457d..9b71388 100644 --- a/src/views/yunxinwei/order/components/order-info.vue +++ b/src/views/yunxinwei/order/components/order-info.vue @@ -320,6 +320,9 @@ 第{{ record.currPeriods }}期 + + (后台续费) + diff --git a/src/views/yunxinwei/xufei/index.vue b/src/views/yunxinwei/xufei/index.vue index da8af14..9449557 100644 --- a/src/views/yunxinwei/xufei/index.vue +++ b/src/views/yunxinwei/xufei/index.vue @@ -53,6 +53,10 @@ + @@ -146,9 +150,9 @@ key: 'payPrice' }, { - title: '是否付款', - dataIndex: 'payStatus', - key: 'payStatus' + title: '续费情况', + dataIndex: 'isAdminRenew', + key: 'isAdminRenew' }, { title: '创建时间',