diff --git a/src/views/channel/index.vue b/src/views/channel/index.vue index 16a3957..7c7d7bb 100644 --- a/src/views/channel/index.vue +++ b/src/views/channel/index.vue @@ -30,17 +30,26 @@ - + - {{ scope.row.totalClickNum }}/ {{ scope.row.todayClickNum }}/ {{ scope.row.totalRegisterNum }} + {{ scope.row.totalClickNum }}/ {{ scope.row.totalConversionRatio }} / {{ scope.row.totalRegisterNum }}/ {{ scope.row.totalReturnRate }} + + + + + + + + + + {{ scope.row.todayRegisterNum }}/ {{ scope.row.todayClickNum }} / {{ scope.row.totalConversionRatio }} - @@ -51,9 +60,9 @@ - - - + + + @@ -62,9 +71,18 @@ - - - + + + + + + 隐藏 + + + 展示 + + + diff --git a/src/views/examine/orderDetail.vue b/src/views/examine/orderDetail.vue index a49705a..c81d725 100644 --- a/src/views/examine/orderDetail.vue +++ b/src/views/examine/orderDetail.vue @@ -68,6 +68,18 @@ + 账单列表 + + 状态: {{ item.repaymentStatus }} + 还款金额: {{ item.repaymentAmount }} + 还款时间: + + + 确定 + 提货码:{{ orderDatalist.verifyCode }} 门店名称:{{ orderDatalist.systemStore.name }} @@ -133,7 +145,11 @@