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