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 }} --> - + + + +