diff --git a/.env b/.env
index 134e06b6..b8ccc52c 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# 标题
-VITE_APP_TITLE=信息管理系统
+VITE_APP_TITLE=项目管理系统
# 项目本地运行端口号
VITE_PORT=80
diff --git a/src/views/infra/category/index.vue b/src/views/infra/category/index.vue
index dbc716ed..3fa963d8 100644
--- a/src/views/infra/category/index.vue
+++ b/src/views/infra/category/index.vue
@@ -60,9 +60,16 @@
:show-overflow-tooltip="true"
row-key="id"
>
-
+
+
-
+
-
+
@@ -295,6 +295,8 @@ const formType = ref('') // 表单的类型:create - 新增;update - 修改
const userOptions = ref([]) // 用户列表
const customerCompanyOptions = ref([]) //客户公司列表
const deptOptions = ref([]) // 部门树形结构
+const reviewPath = ref('/根目录/项目管理/项目立项/评审附件') //评审附件路径
+const winPath = ref('/根目录/项目管理/项目立项/中标附件') //中标附件路径
const formData = ref({
id: undefined,
diff --git a/src/views/pms/project/bpm/ProjectBpmCreate.vue b/src/views/pms/project/bpm/ProjectBpmCreate.vue
index 68008763..7ace32d1 100644
--- a/src/views/pms/project/bpm/ProjectBpmCreate.vue
+++ b/src/views/pms/project/bpm/ProjectBpmCreate.vue
@@ -225,12 +225,12 @@
-
+
-
+
@@ -318,6 +318,9 @@ const areaList = ref([]) // 地区列表
const cityList = ref([]); // 城市options
const customerCompanyOptions = ref([]) //客户公司列表
const deptOptions = ref([]) // 部门树形结构
+const reviewPath = ref('/根目录/项目管理/项目立项/评审附件') //评审附件路径
+const winPath = ref('/根目录/项目管理/项目立项/中标附件') //中标附件路径
+
/** 提交表单 */
const submitForm = async () => {