diff --git a/.data/content/contents.sqlite b/.data/content/contents.sqlite index 27a276f..26ce0d3 100644 Binary files a/.data/content/contents.sqlite and b/.data/content/contents.sqlite differ diff --git a/.workbuddy/expert-history.json b/.workbuddy/expert-history.json index 29ba47f..15c5213 100644 --- a/.workbuddy/expert-history.json +++ b/.workbuddy/expert-history.json @@ -13,5 +13,5 @@ } ] }, - "lastUpdated": 1775667188805 + "lastUpdated": 1775669479401 } \ No newline at end of file diff --git a/app/pages/index.vue b/app/pages/index.vue index ada7224..c200a31 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -196,7 +196,7 @@

- + 快捷入口

@@ -350,7 +350,7 @@ import { GlobalOutlined, ArrowUpOutlined, CheckSquareOutlined, - BoltOutlined, + ThunderboltOutlined, AppstoreOutlined, BarChartOutlined, SoundOutlined, @@ -359,7 +359,7 @@ import { LineChartOutlined, SearchOutlined, ShoppingOutlined, - TruckOutlined, + CarOutlined, CalendarOutlined, DollarOutlined, BoxPlotOutlined, @@ -392,7 +392,7 @@ const remainingDays = computed(() => { const shortcuts = [ { label: '设备巡检', icon: SearchOutlined, color: '#667eea' }, { label: '采购申请', icon: ShoppingOutlined, color: '#11998e' }, - { label: '入库登记', icon: TruckOutlined, color: '#f5576c' }, + { label: '入库登记', icon: CarOutlined, color: '#f5576c' }, { label: '请假申请', icon: CalendarOutlined, color: '#fc8181' }, { label: '费用报销', icon: DollarOutlined, color: '#f6ad55' }, { label: '库存查询', icon: BoxPlotOutlined, color: '#63b3ed' },