工料机、定额基价、定额费率、定额取费

This commit is contained in:
2026-01-03 14:59:45 +08:00
parent e974bf361d
commit 618bb6699e
65 changed files with 13251 additions and 2624 deletions

View File

@@ -1,5 +1,6 @@
import { defineConfig } from '@vben/vite-config';
import { codeInspectorPlugin } from 'code-inspector-plugin';
import ElementPlus from 'unplugin-element-plus/vite';
export default defineConfig(async () => {
@@ -10,6 +11,9 @@ export default defineConfig(async () => {
ElementPlus({
format: 'esm',
}),
codeInspectorPlugin({
bundler: 'vite',
}),
],
server: {
proxy: {