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 | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main.js b/src/main.js index 1b171e6..3177e06 100644 --- a/src/main.js +++ b/src/main.js @@ -43,9 +43,10 @@ // 瀛楀吀鏍囩缁勪欢 import DictTag from '@/components/DictTag' // vxe-table -import 'xe-utils'; -import VXETable from 'vxe-table' -import 'vxe-table/lib/index.css' +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) @@ -83,6 +84,6 @@ // 鏀寔 large銆乨efault銆乻mall size: Cookies.get('size') || 'default' }) -app.use(VXETable) - +app.use(VxeUIAll) +app.use(VxeUITable) app.mount('#app') -- Gitblit v1.9.3