From f39b2e5f06fb76762a9e93867b9ff5f0dcf3e6ac Mon Sep 17 00:00:00 2001
From: chengkun <2500338766@qq.com>
Date: Thu, 30 Jun 2022 18:27:24 +0800
Subject: [PATCH] =?UTF-8?q?feature-img-1.0:=E4=BC=98=E5=8C=96=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/img/creator/index.vue | 38 ++++++++++++++-------------
src/views/img/creatorProfit/index.vue | 2 +-
src/views/img/withdraw/index.vue | 9 ++++---
3 files changed, 26 insertions(+), 23 deletions(-)
diff --git a/src/views/img/creator/index.vue b/src/views/img/creator/index.vue
index 39dbe1d..873b15b 100644
--- a/src/views/img/creator/index.vue
+++ b/src/views/img/creator/index.vue
@@ -112,21 +112,22 @@
-
-
-
-
+
+
+
+
+
{{scope.row.status == '0' ? '待审核' : scope.row.status == '1' ? "审核通过": scope.row.status == '2' ? "审核拒绝":''}}
-
+
{{scope.row.isHot == '0' ? "否" : scope.row.isHot == '1' ? "是":''}}
-
-
+
+
-
+
{{ parseTime(scope.row.createTime) }}
-
+
{{ parseTime(scope.row.updateTime) }}
@@ -361,15 +362,16 @@ export default {
{ key: 2, label: `头像地址`, visible: true },
{ key: 3, label: `搜索码`, visible: true },
{ key: 4, label: `手机号`, visible: true },
- { key: 5, label: `简介`, visible: true },
- { key: 6, label: `邀请码`, visible: true },
- { key: 7, label: `第三方平台账号详情地址`, visible: true },
- { key: 8, label: `状态`, visible: true },
- { key: 9, label: `是否活跃`, visible: true },
- { key: 10, label: `序号`, visible: true },
- { key: 11, label: `是否显示`, visible: true },
- { key: 12, label: `创建时间`, visible: true },
- { key: 13, label: `更新时间`, visible: true }
+ { key: 5, label: `余额`, visible: true },
+ { key: 6, label: `简介`, visible: true },
+ { key: 7, label: `邀请码`, visible: true },
+ { key: 8, label: `第三方平台账号详情地址`, visible: true },
+ { key: 9, label: `状态`, visible: true },
+ { key: 10, label: `是否活跃`, visible: true },
+ { key: 11, label: `序号`, visible: true },
+ { key: 12, label: `是否显示`, visible: true },
+ { key: 13, label: `创建时间`, visible: true },
+ { key: 14, label: `更新时间`, visible: true }
],
// 表单校验
rules: {
diff --git a/src/views/img/creatorProfit/index.vue b/src/views/img/creatorProfit/index.vue
index faccea5..eb6ea75 100644
--- a/src/views/img/creatorProfit/index.vue
+++ b/src/views/img/creatorProfit/index.vue
@@ -115,7 +115,7 @@
-
+
diff --git a/src/views/img/withdraw/index.vue b/src/views/img/withdraw/index.vue
index 672c637..f4f158c 100644
--- a/src/views/img/withdraw/index.vue
+++ b/src/views/img/withdraw/index.vue
@@ -62,7 +62,7 @@
-
+
{{scope.row.channel == '0' ? "微信" : scope.row.channel == '1' ? "银行卡": scope.row.channel == '2' ? "支付宝" : ''}}
@@ -70,7 +70,7 @@
- {{scope.row.status == '0' ? "待审核" : scope.row.status == '1' ? "提现中": scope.row.status == '2' ? "提现成功": scope.row.status == '3' ? "提现失败": scope.row.status == '4' ? "审核拒绝": ''}}
+ {{scope.row.status == '0' ? "待审核" : scope.row.status == '1' ? "提现异常": scope.row.status == '2' ? "提现成功": scope.row.status == '3' ? "提现失败": scope.row.status == '4' ? "审核拒绝": ''}}
@@ -229,9 +229,10 @@ export default {
//状态
status: [
{ value: '0', label: '待审核'},
- { value: '1', label: '提现中'},
+ { value: '1', label: '提现异常'},
{ value: '2', label: '提现成功'},
- { value: '3', label: '提现失败'}
+ { value: '3', label: '提现失败'},
+ { value: '4', label: '审核拒绝'}
],
// 查询参数
queryParams: {