-
+
@@ -31,6 +31,56 @@
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- 新增
-
删除
@@ -75,20 +115,63 @@
-
-
-
+
+
+
+
- {{scope.row.source == '0' ? "通用" : scope.row.source == '1' ? "抖音": scope.row.source == '2' ? "快手": scope.row.source == '3' ? "微信": ''}}
+
-
+
+
-
+ {{scope.row.platform == '0' ? "抖音" : scope.row.platform == '1' ? "快手": scope.row.platform == '2' ? "微信": scope.row.platform == '3' ? "uniapp": ''}}
-
-
+
+
+ {{scope.row.appType == '0' ? "bnyer壁纸" :''}}
+
+
+
+
+ {{scope.row.type == '0' ? "广告浏览" : scope.row.type == '1' ? "邀请": scope.row.type == '2' ? "会员":''}}
+
+
+
+
+ {{scope.row.status == '0' ? "即将到账" : scope.row.status == '1' ? "已到账": scope.row.status == '2' ? "转入钱包":''}}
+
+
+
+
+ {{scope.row.confirmType == '0' ? "系统自动" : scope.row.confirmType == '1' ? "艺术家手动":'暂未确认'}}
+
+
+
+
+ {{scope.row.confirmStatus == '0' ? "待确认" : scope.row.confirmType == '1' ? "已确认":''}}
+
+
+
+
+
+ {{ parseTime(scope.row.incomeTime) }}
+
+
+
+
+ {{ parseTime(scope.row.confirmTime) }}
+
+
+
+
+ {{ parseTime(scope.row.walletTime) }}
+
+
+
+
-
+
{{ parseTime(scope.row.createTime) }}
-
+
{{ parseTime(scope.row.updateTime) }}
@@ -115,19 +198,19 @@
class-name="small-padding fixed-width"
>
- 修改
+ v-hasPermi="['img:creatorProfit:edit']"
+ >修改 -->
删除
@@ -143,8 +226,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/views/img/feedback/index.vue b/src/views/img/feedback/index.vue
index c1520a5..b8f2ff0 100644
--- a/src/views/img/feedback/index.vue
+++ b/src/views/img/feedback/index.vue
@@ -103,7 +103,7 @@
import { listFeedback, getFeedbackDetails, delFeedback, changeStatus } from "@/api/img/feedback";
export default {
- name: "feedback",
+ name: "Feedback",
data() {
return {
// 遮罩层
diff --git a/src/views/img/inviteLog/index.vue b/src/views/img/inviteLog/index.vue
index e191d36..fcc80ec 100644
--- a/src/views/img/inviteLog/index.vue
+++ b/src/views/img/inviteLog/index.vue
@@ -101,7 +101,7 @@
import { listInviteLog, delInviteLog } from "@/api/img/inviteLog";
export default {
- name: "Type",
+ name: "InviteLog",
data() {
return {
// 遮罩层
diff --git a/src/views/img/notice/index.vue b/src/views/img/notice/index.vue
index 232b49c..a6bd2be 100644
--- a/src/views/img/notice/index.vue
+++ b/src/views/img/notice/index.vue
@@ -202,7 +202,7 @@ import { listNotice, addNotice, editNotice, delNotice, getNoticeDetails, changeS
import { getToken } from "@/utils/auth";
export default {
- name: "notice",
+ name: "Notice",
data() {
return {
// 遮罩层
diff --git a/src/views/img/profitVerifyOrder/index.vue b/src/views/img/profitVerifyOrder/index.vue
new file mode 100644
index 0000000..623b0f8
--- /dev/null
+++ b/src/views/img/profitVerifyOrder/index.vue
@@ -0,0 +1,387 @@
+