Browse Source

报销项调整

徐滕 2 days ago
parent
commit
dac24dabbc
2 changed files with 1920 additions and 2103 deletions
  1. 1 1
      package.json
  2. 1919 2102
      src/views/cw/szfbReimbursementApproval/info/ReimbursementForm.vue

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "private": true,
   "scripts": {
     "dev": "vite",
-    "build": "vite build",
+    "build": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js build",
     "preview": "vite preview"
   },
   "dependencies": {

File diff suppressed because it is too large
+ 1919 - 2102
src/views/cw/szfbReimbursementApproval/info/ReimbursementForm.vue