From 9f5539e53c94e74b52e4b8fe7029cf5fd39d890d Mon Sep 17 00:00:00 2001 From: dy <dingyang@lnfxkj.tech> Date: 星期一, 14 四月 2025 09:45:21 +0800 Subject: [PATCH] 零件统计表添加更新按钮 --- src/main.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 0994583..3177e06 100644 --- a/src/main.js +++ b/src/main.js @@ -42,6 +42,12 @@ import ImagePreview from "@/components/ImagePreview" // 瀛楀吀鏍囩缁勪欢 import DictTag from '@/components/DictTag' +// vxe-table +import VxeUIAll from 'vxe-pc-ui' +import 'vxe-pc-ui/lib/style.css' +import VxeUITable from 'vxe-table' +import 'vxe-table/lib/style.css' + const app = createApp(App) @@ -78,5 +84,6 @@ // 鏀寔 large銆乨efault銆乻mall size: Cookies.get('size') || 'default' }) - +app.use(VxeUIAll) +app.use(VxeUITable) app.mount('#app') -- Gitblit v1.9.3