From b80274bc837ca922ebef20652687faa2366bf49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Fri, 23 Feb 2024 14:48:03 +0800 Subject: [PATCH] 11 --- package.json | 2 +- src/store/configure.js | 2 +- src/views/organization/shop_list.vue | 4 +-- .../total_earnings/total_earnings_list.vue | 34 +++++++++++++------ src/views/withdraw/withdraw_list.vue | 23 +++++++++---- vite.config.js | 1 + 6 files changed, 45 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 864c915..3c52988 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.3.20", + "version": "1.3.21", "type": "module", "scripts": { "dev": "vite", diff --git a/src/store/configure.js b/src/store/configure.js index 71c85b6..0c28a64 100644 --- a/src/store/configure.js +++ b/src/store/configure.js @@ -4,7 +4,7 @@ import { ENUMS } from "@/utils/enums.js"; export const useConfigure = defineStore("useConfigure", { state: () => { return { - projectName: '银收客机构管理端', + projectName: '银收客开放平台代理端', defaultActive: "/home", // 默认选中的菜单 configure: { // ---------- 主题 ---------- diff --git a/src/views/organization/shop_list.vue b/src/views/organization/shop_list.vue index dfcc123..042b15f 100644 --- a/src/views/organization/shop_list.vue +++ b/src/views/organization/shop_list.vue @@ -133,14 +133,14 @@ --> - + + - + -->
@@ -155,11 +155,23 @@ {{ scope.row.create_time }} - + + + + @@ -283,7 +295,7 @@ async function submitHandle() { }) form.loading = false showWithdraw.value = false - getUserBalanceHandle() + getTableDate() } catch (error) { form.loading = false } diff --git a/src/views/withdraw/withdraw_list.vue b/src/views/withdraw/withdraw_list.vue index f394e4f..90455c6 100644 --- a/src/views/withdraw/withdraw_list.vue +++ b/src/views/withdraw/withdraw_list.vue @@ -35,13 +35,24 @@ {{ scope.row.user.nick_name }} --> - + + + +