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: '创建时间',