From ab4e2e966310728c3f658308d2b33daaaa47cd44 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Tue, 20 Feb 2024 14:56:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
src/views/order/order_list.vue | 40 +++++++++++++++++--
src/views/organization/appkey.vue | 8 ++--
.../components/authentication.vue | 4 +-
.../organization/components/settleInfo.vue | 12 +++---
.../organization/components/shopInfo.vue | 4 +-
src/views/organization/shop_detail.vue | 8 ++--
7 files changed, 56 insertions(+), 22 deletions(-)
diff --git a/package.json b/package.json
index 3d1a57f..a5882a3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vue-admin",
"private": true,
- "version": "1.3.6",
+ "version": "1.3.8",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/src/views/order/order_list.vue b/src/views/order/order_list.vue
index 10b7f46..0731e7c 100644
--- a/src/views/order/order_list.vue
+++ b/src/views/order/order_list.vue
@@ -25,11 +25,19 @@
-
+
+
+ ¥{{ scope.row.amount }}
+
+
-
+
+
+ {{ filterPayType(scope.row.payType) }}
+
+
交易失败
@@ -43,7 +51,11 @@
-
+
+
+ {{ scope.row.transTime && dayjs(scope.row.transTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
{{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
@@ -87,6 +99,28 @@ import { queryOrder } from '@/api/shop.js'
const table = ref(null)
+function filterPayType(type) {
+ const m = {
+ alipay: '支付宝App支付',
+ alipay_qr: '支付宝正扫',
+ alipay_wap: '支付宝H5支付',
+ alipay_lite: '支付宝小程序支付',
+ alipay_pub: '支付宝生活号支付',
+ alipay_scan: '支付宝反扫',
+ wx_pub: '微信公众号支付',
+ wx_lite: '微信小程序支付',
+ wx_scan: '微信反扫',
+ union: '银联云闪付App',
+ union_qr: '银联云闪付正扫',
+ union_wap: '银联云闪付H5支付',
+ union_scan: '银联云闪付反扫',
+ union_online: '银联H5支付',
+ union_checkout: '银联统一收银台支付',
+ fast_pay: '快捷支付',
+ b2c: '个人网银支付'
+ }
+ return m[type] || type
+}
// 表格参数
const tableOptions = reactive({
diff --git a/src/views/organization/appkey.vue b/src/views/organization/appkey.vue
index 00c3979..64c18fc 100644
--- a/src/views/organization/appkey.vue
+++ b/src/views/organization/appkey.vue
@@ -8,7 +8,7 @@
-
+
@@ -33,9 +33,9 @@
- 申请中
- 已通过
- 已驳回
+ 正常
+ 禁用
+ 待激活
diff --git a/src/views/organization/components/authentication.vue b/src/views/organization/components/authentication.vue
index 6056824..4da9978 100644
--- a/src/views/organization/components/authentication.vue
+++ b/src/views/organization/components/authentication.vue
@@ -117,9 +117,9 @@
-
+
diff --git a/src/views/organization/components/settleInfo.vue b/src/views/organization/components/settleInfo.vue
index b5abb4e..c5fb47f 100644
--- a/src/views/organization/components/settleInfo.vue
+++ b/src/views/organization/components/settleInfo.vue
@@ -71,9 +71,9 @@
d1Form.publicimage = file"
@removeFile="d1Form.publicimage = ''" />
-
+
@@ -146,9 +146,9 @@
d0Form.publicimage = file"
@removeFile="d0Form.publicimage = ''" />
-
+
@@ -164,9 +164,9 @@
-
+
diff --git a/src/views/organization/components/shopInfo.vue b/src/views/organization/components/shopInfo.vue
index ede1173..106413f 100644
--- a/src/views/organization/components/shopInfo.vue
+++ b/src/views/organization/components/shopInfo.vue
@@ -80,9 +80,9 @@
-
+
diff --git a/src/views/organization/shop_detail.vue b/src/views/organization/shop_detail.vue
index 2a8a960..421c7f5 100644
--- a/src/views/organization/shop_detail.vue
+++ b/src/views/organization/shop_detail.vue
@@ -11,7 +11,7 @@
-
+
@@ -222,8 +222,8 @@ async function messageChannelAjax() {
onMounted(async () => {
tableOptions.loading = false
- connectInfoAjax()
- userIpPageAjax()
+ // connectInfoAjax()
+ // userIpPageAjax()
await merchantInfoDetailAjax()
await merchBaseInfoAjax()
await merchLicenseAjax()