diff --git a/src/views/moneyManage/executor/executor.vue b/src/views/moneyManage/executor/executor.vue
index 1316805..dda4f9b 100644
--- a/src/views/moneyManage/executor/executor.vue
+++ b/src/views/moneyManage/executor/executor.vue
@@ -10,15 +10,15 @@
+ 产品名称
+
+
+
所属地区
- 产品名称
-
-
-
退款币种
@@ -53,7 +53,11 @@
-
+
+
+ {{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }}
+
+
@@ -237,7 +241,7 @@ import dayjs from 'dayjs'
import { useAdminStore } from "@/store/index.js"
import { storeToRefs } from "pinia"
import { Delete, Download, Plus, ZoomIn } from '@element-plus/icons-vue'
-
+import { productList } from '@/views/moneyManage/receiveDetail/utils/staticData.js'
const adminStore = useAdminStore()
const { adminData, menuTree } = storeToRefs(adminStore)
import { permissionMapping, findMenuById } from "@/utils/menuTreePermission.js"
@@ -525,135 +529,6 @@ const customUpload = async (options) => {
ElMessage.error(`上传失败: ${error.msg || error.message || '网络异常'}`)
}
}
-const productList = [
- {
- "value": "金币产品",
- "label": "金币产品",
- "children": [
- {
- "value": "金币充值",
- "label": "金币充值",
- }
- ]
- },
- {
- "value": "软件产品",
- "label": "软件产品",
- "children": [
- {
- "value": "美股",
- "label": "美股",
- "children": [
- {
- "value": "美股软件",
- "label": "美股软件"
- }
- ]
- },
- {
- "value": "港股",
- "label": "港股",
- "children": [
- {
- "value": "港股软件",
- "label": "港股软件"
- }
- ]
- },
- {
- "value": "A股",
- "label": "A股",
- "children": [
- {
- "value": "A股软件",
- "label": "A股软件"
- }
- ]
- },
- {
- "value": "新加坡股",
- "label": "新加坡股",
- "children": [
- {
- "value": "新加坡股软件",
- "label": "新加坡股软件"
- }
- ]
- },
- {
- "value": "马股",
- "label": "马股",
- "children": [
- {
- "value": "马股软件",
- "label": "马股软件"
- }
- ]
- },
- {
- "value": "日本股",
- "label": "日本股",
- "children": [
- {
- "value": "日本股软件",
- "label": "日本股软件"
- }
- ]
- },
- {
- "value": "泰股",
- "label": "泰股",
- "children": [
- {
- "value": "泰股软件",
- "label": "泰股软件"
- }
- ]
- },
- {
- "value": "越南股",
- "label": "越南股",
- "children": [
- {
- "value": "越南股软件",
- "label": "越南股软件"
- }
- ]
- },
- {
- "value": "印尼股",
- "label": "印尼股",
- "children": [
- {
- "value": "印尼股软件",
- "label": "印尼股软件"
- }
- ]
- },
- {
- "value": "韩国股",
- "label": "韩国股",
- "children": [
- {
- "value": "韩国股软件",
- "label": "韩国股软件"
- }
- ]
- },
- {
- "value": "台湾股",
- "label": "台湾股",
- "children": [
- {
- "value": "台湾股软件",
- "label": "台湾股软件"
- }
- ]
- }
- ]
- },
-
-]
const defaultTime = [
new Date(2000, 1, 1, 0, 0, 0),
new Date(2000, 2, 1, 23, 59, 59),
diff --git a/src/views/moneyManage/refundDetail/refundCharge.vue b/src/views/moneyManage/refundDetail/refundCharge.vue
index 99450b1..1ef9c97 100644
--- a/src/views/moneyManage/refundDetail/refundCharge.vue
+++ b/src/views/moneyManage/refundDetail/refundCharge.vue
@@ -11,16 +11,16 @@
- 所属地区
-
-
-
产品名称
+ 所属地区
+
+
+
订单状态
@@ -58,7 +58,11 @@
-
+
+
+ {{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }}
+
+
@@ -336,7 +340,7 @@ const adminStore = useAdminStore()
const { adminData, menuTree } = storeToRefs(adminStore)
import { permissionMapping, findMenuById, hasMenuPermission } from "@/utils/menuTreePermission.js"
import moment from 'moment'
-
+import { productList } from '@/views/moneyManage/receiveDetail/utils/staticData.js'
import RefundChargeBackground from '@/assets/images/refund-progress.png'
const currentStep = ref(0)// 进度图
@@ -585,135 +589,6 @@ const showStep = function (row) {
console.log('步骤条状态', currentStep.value)
showSteps.value = true
}
-const productList = [
- {
- "value": "金币产品",
- "label": "金币产品",
- "children": [
- {
- "value": "金币充值",
- "label": "金币充值",
- }
- ]
- },
- {
- "value": "软件产品",
- "label": "软件产品",
- "children": [
- {
- "value": "美股",
- "label": "美股",
- "children": [
- {
- "value": "美股软件",
- "label": "美股软件"
- }
- ]
- },
- {
- "value": "港股",
- "label": "港股",
- "children": [
- {
- "value": "港股软件",
- "label": "港股软件"
- }
- ]
- },
- {
- "value": "A股",
- "label": "A股",
- "children": [
- {
- "value": "A股软件",
- "label": "A股软件"
- }
- ]
- },
- {
- "value": "新加坡股",
- "label": "新加坡股",
- "children": [
- {
- "value": "新加坡股软件",
- "label": "新加坡股软件"
- }
- ]
- },
- {
- "value": "马股",
- "label": "马股",
- "children": [
- {
- "value": "马股软件",
- "label": "马股软件"
- }
- ]
- },
- {
- "value": "日本股",
- "label": "日本股",
- "children": [
- {
- "value": "日本股软件",
- "label": "日本股软件"
- }
- ]
- },
- {
- "value": "泰股",
- "label": "泰股",
- "children": [
- {
- "value": "泰股软件",
- "label": "泰股软件"
- }
- ]
- },
- {
- "value": "越南股",
- "label": "越南股",
- "children": [
- {
- "value": "越南股软件",
- "label": "越南股软件"
- }
- ]
- },
- {
- "value": "印尼股",
- "label": "印尼股",
- "children": [
- {
- "value": "印尼股软件",
- "label": "印尼股软件"
- }
- ]
- },
- {
- "value": "韩国股",
- "label": "韩国股",
- "children": [
- {
- "value": "韩国股软件",
- "label": "韩国股软件"
- }
- ]
- },
- {
- "value": "台湾股",
- "label": "台湾股",
- "children": [
- {
- "value": "台湾股软件",
- "label": "台湾股软件"
- }
- ]
- }
- ]
- },
-
-]
const getMarket = async function () {
try {
const result = await API({
diff --git a/src/views/moneyManage/refundDetail/refundFinance.vue b/src/views/moneyManage/refundDetail/refundFinance.vue
index a9083bf..cfdfc64 100644
--- a/src/views/moneyManage/refundDetail/refundFinance.vue
+++ b/src/views/moneyManage/refundDetail/refundFinance.vue
@@ -11,18 +11,18 @@
+ 产品名称
+
+
+
所属地区
- 产品名称
-
-
-
订单状态
-
+
@@ -57,7 +57,11 @@
-
+
+
+ {{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }}
+
+
@@ -251,7 +255,8 @@
-
+
@@ -265,7 +270,8 @@
-
+
@@ -291,35 +297,35 @@
-
-
-
-
-
- {{ getTagText(scope.row.state) }}
-
-
-
-
-
- {{ moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
-
-
-
-
-
- 下载
-
+
+
+
+
+
+ {{ getTagText(scope.row.state) }}
+
+
+
+
+
+ {{ moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+
+ 下载
+
+
+
+
+
+
-
-
-
-
-
-
+