diff --git a/.env.prod b/.env.prod
index 5fc0520..b8db962 100644
--- a/.env.prod
+++ b/.env.prod
@@ -4,7 +4,7 @@ NODE_ENV=production
# app
VITE_TITLE=JinShan-Admin
VITE_PUBLIC_PATH=/
-VITE_OUT_DIR=dist
+VITE_OUT_DIR=index
VITE_PERMISSION=true
# router
diff --git a/.gitignore b/.gitignore
index d57ef41..9628b4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ lerna-debug.log*
node_modules
dist
+index
dist-ssr
*.local
*/.vitepress/cache/**/*
diff --git a/src/locales/lang/zh-CN/menu.js b/src/locales/lang/zh-CN/menu.js
index dfb9bb1..0c4770c 100644
--- a/src/locales/lang/zh-CN/menu.js
+++ b/src/locales/lang/zh-CN/menu.js
@@ -52,5 +52,5 @@ export default {
aiHelper:'AI助手',
abbreviation:'活动报名',
orderArea:'工单区域管理',
- vote:'信息登记'
+ vote:'信息登记',
}
diff --git a/src/router/routes/pages.js b/src/router/routes/pages.js
index e5f3a73..8c5a395 100644
--- a/src/router/routes/pages.js
+++ b/src/router/routes/pages.js
@@ -249,16 +249,16 @@ export default [
permission: '*',
},
},
- {
+ {
path: 'vote/index',
name: 'vote',
component: 'pages/vote/index.vue',
meta: {
- icon: 'icon-huodongliebiao-copy',
+ icon: 'icon-yonghu',
title: '信息登记',
isMenu: true,
keepAlive: true,
permission: '*',
},
- }
+ },
]
diff --git a/src/views/pages/mettingMgt/mettingYuYue/index.vue b/src/views/pages/mettingMgt/mettingYuYue/index.vue
index 294b2e8..9a648b2 100644
--- a/src/views/pages/mettingMgt/mettingYuYue/index.vue
+++ b/src/views/pages/mettingMgt/mettingYuYue/index.vue
@@ -50,7 +50,10 @@
{{ applyThemeMap[record.applyTheme] || '未知' }}
-
+
+ {{ record.userName}}
+ {{ record.companyName}}
+
@@ -63,8 +66,8 @@
无
-
+
查看申请报表
无
diff --git a/src/views/pages/vote/index.vue b/src/views/pages/vote/index.vue
index 4e3eb30..346b54f 100644
--- a/src/views/pages/vote/index.vue
+++ b/src/views/pages/vote/index.vue
@@ -102,7 +102,7 @@ import apis from '@/apis'
import { config } from '@/config'
import { usePagination } from '@/hooks'
import dayjs from 'dayjs'
-import EditDialog from './components/EditDialog.vue'
+// import EditDialog from './components/EditDialog.vue'
import { PlusOutlined, EditOutlined, DeleteOutlined } from '@ant-design/icons-vue'
import { useI18n } from 'vue-i18n'
import { orderStatus } from '@/enums/index.js'
@@ -285,4 +285,4 @@ async function onOk() {
}
-
+
\ No newline at end of file