From 14326d7ed25bd0d0250deb2ccfc7b6fb7dae232d Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Tue, 18 Nov 2025 14:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E6=83=85=E6=9C=9F=E9=99=90-=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=8E=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 8 +- src/views/UserPermissions/Market.vue | 389 ++++++++++++++++++++++++++++++++++- 2 files changed, 390 insertions(+), 7 deletions(-) diff --git a/src/main.js b/src/main.js index 8695bff..a7ee655 100644 --- a/src/main.js +++ b/src/main.js @@ -3,9 +3,11 @@ import App from './App.vue' import router from './router' // 导入 Element Plus 样式和组件 import ElementPlus from 'element-plus' -import 'element-plus/dist/index.css' // 导入 Element Plus 图标 import * as ElementPlusIconsVue from '@element-plus/icons-vue' +// 全局中文 +import zhCn from 'element-plus/dist/locale/zh-cn.mjs' +import 'element-plus/dist/index.css' import 'normalize.css'; const app = createApp(App) @@ -14,7 +16,9 @@ for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component) } -app.use(ElementPlus) +app.use(ElementPlus, { + locale: zhCn, +}) app.use(router) app.mount('#app') diff --git a/src/views/UserPermissions/Market.vue b/src/views/UserPermissions/Market.vue index 1cd5257..eafb5d1 100644 --- a/src/views/UserPermissions/Market.vue +++ b/src/views/UserPermissions/Market.vue @@ -1,13 +1,392 @@ - 111111 + + + + + + 账号 + + + + 姓名 + + + + 地区 + + + + + + 注册方式 + + + + 搜索 + 开通权限 + 导出Excel列表 + 查看导出列表 + 重置 + + + + + + + + + + + + + + + + + 编辑 + 操作日志 + + + + + + + + + - - \ No newline at end of file