This commit is contained in:
蔡玲
2024-09-12 14:40:28 +08:00
parent 25e87da566
commit 5750a8a19e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
{id: '6', name: '任务管理', icon: 'RF09', role: '', path: '/pages/modules/taskmanage'},
{id: '7', name: '异常出库', icon: 'RF10', role: '', path: '/pages/modules/error-outstore'},
{id: '8', name: '托盘号补录', icon: 'RF05', role: 'A1', path: '/pages/modules/pallet-add-record'},
{id: '9', name: '缓存码变更', icon: 'RF11', role: 'A1', path: '/pages/modules/cache-code-change'}
{id: '9', name: '缓存码变更', icon: 'RF11', role: '', path: '/pages/modules/cache-code-change'}
]
};
},

View File

@@ -30,7 +30,7 @@
<script>
import NavBar from '@/components/NavBar.vue'
import {zpchange} from '@/utils/getData02.js'
import {zpchange} from '@/utils/getData2.js'
import SearchBox from '@/components/SearchBox.vue'
export default {
components: {