diff --git a/warehousing-system/project_web_ui/src/layout/components/Sidebar/index.vue b/warehousing-system/project_web_ui/src/layout/components/Sidebar/index.vue index 1ec8fecb..36d518dd 100644 --- a/warehousing-system/project_web_ui/src/layout/components/Sidebar/index.vue +++ b/warehousing-system/project_web_ui/src/layout/components/Sidebar/index.vue @@ -39,7 +39,7 @@ component: "pictureList", meta: { icon: "el-icon-menu", - title: "仓库列表", + title: "云仓列表", }, name: "/pictureList/pictureList", path: "/pictureList/pictureList" @@ -227,7 +227,7 @@ component: "stockList", meta: { icon: "el-icon-help", - title: "库存管理", + title: "库存信息", }, name: "/stockManagement/stockList", path: "/stockManagement/stockList", diff --git a/warehousing-system/project_web_ui/src/router/modules/codemenu.js b/warehousing-system/project_web_ui/src/router/modules/codemenu.js index 7927ed0d..fa36f56f 100644 --- a/warehousing-system/project_web_ui/src/router/modules/codemenu.js +++ b/warehousing-system/project_web_ui/src/router/modules/codemenu.js @@ -49,7 +49,7 @@ const codemenu = [{ component: () => import('@/views/component/pictureList/pictureList.vue'), name: 'pictureList', meta: { - title: '仓库列表', + title: '云仓列表', noCache: true } }] @@ -155,7 +155,7 @@ const codemenu = [{ component: () => import('@/views/component/stockManagement/stockList.vue'), name: 'stockList', meta: { - title: '库存管理', + title: '库存信息', noCache: true } }] diff --git a/warehousing-system/project_web_ui/src/views/component/instorehouse/add/purchaseAdd.vue b/warehousing-system/project_web_ui/src/views/component/instorehouse/add/purchaseAdd.vue index 46b1ae1a..5d455b99 100644 --- a/warehousing-system/project_web_ui/src/views/component/instorehouse/add/purchaseAdd.vue +++ b/warehousing-system/project_web_ui/src/views/component/instorehouse/add/purchaseAdd.vue @@ -105,7 +105,7 @@ - --> + --> diff --git a/warehousing-system/project_web_ui/src/views/component/pictureList/pictureList.vue b/warehousing-system/project_web_ui/src/views/component/pictureList/pictureList.vue index 275f32df..cfee0126 100644 --- a/warehousing-system/project_web_ui/src/views/component/pictureList/pictureList.vue +++ b/warehousing-system/project_web_ui/src/views/component/pictureList/pictureList.vue @@ -2,7 +2,7 @@
- +
-
仓库列表详情
+
云仓列表详情
返回
- +
{{ isSearchShow ? '隐藏查询条件' : '显示查询条件' }}