From 3d2c48733b86a03fc2e5a1f12ac3667ab0863b80 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 08 十一月 2024 01:03:56 +0800 Subject: [PATCH] 标签模板,主页,默认工艺路线更新 --- src/views/dashboard/workbench/components/data.ts | 55 ++++++++++++++++++++++++++++++++----------------------- 1 files changed, 32 insertions(+), 23 deletions(-) diff --git a/src/views/dashboard/workbench/components/data.ts b/src/views/dashboard/workbench/components/data.ts index 2182132..d14dec0 100644 --- a/src/views/dashboard/workbench/components/data.ts +++ b/src/views/dashboard/workbench/components/data.ts @@ -12,6 +12,7 @@ icon: string; color: string; url: string; + isnormal: boolean } interface DynamicInfoItem { @@ -27,49 +28,57 @@ icon: 'ion:home-outline', color: '#1fdaca', url: '/workbench', + isnormal: true }, { - title: '棰嗘枡鍗�', - icon: 'materialreq|svg', + title: '宸ヨ壓璺嚎鍒楄〃', + icon: 'ant-design:profile-outlined', color: '#bf0c2c', - url: '/materialreq', + url: '/RouteList', + isnormal: true }, { - title: '閿�鍞嚭搴撳崟', + title: '宸ュ崟绠$悊', icon: 'Out|svg', color: '#e18525', - url: '/saleoutorder', + url: 'BIZ_MES_WO/LC', + isnormal: false }, { - title: '瀹屽伐鍏ュ簱鍗�', - icon: 'In|svg', + title: '鎵撳嵃妯℃澘', + icon: 'mdi:qrcode-scan', color: '#3fb27f', - url: '/finishedwarehouse', + url: 'BAS_LABEL_TEMP/LC', + isnormal: false }, { - title: '鐢熶骇閫�鏂欏崟', - icon: 'materialret|svg', + title: '浜у搧绠$悊', + icon: 'ant-design:file-text-outlined', color: '#4daf1bc9', - url: '/materialret', + url: 'V_BAS_PROD_R/LC', + isnormal: false }, { - title: '鐩樼偣鍗�', - icon: 'inventory|svg', + title: '鍖呰瑙勫垯', + icon: 'ant-design:inbox-outlined', color: '#00d8ff', - url: '/inventory', + url: 'BAS_PKG_RULE/LC', + isnormal: false }, { - title: '璋冩嫧鍗�', - icon: 'transfer|svg', + title: '鑷畾涔変簩缁寸爜', + icon: 'ant-design:qrcode-outlined', color: '#00d8ff', - url: '/transfer', + url: '/QrcodeCustom', + isnormal: true }, - { - title: '瀹炴椂搴撳瓨', - icon: 'WmsItem|svg', - color: '#00d8ff', - url: '/WmsItem', - }, + // { + // title: '瀹炴椂搴撳瓨', + // icon: 'WmsItem|svg', + // color: '#00d8ff', + // url: '/WmsItem', + // isnormal: true + // }, ]; export const dynamicInfoItems: DynamicInfoItem[] = [ -- Gitblit v1.9.3