Przeglądaj źródła

客户要求工序通用改为检验

huhao@jgai.com 3 miesięcy temu
rodzic
commit
c776d27800

+ 1 - 0
package.json

@@ -54,6 +54,7 @@
     "@wangeditor/editor-for-vue": "5.1.10",
     "animate.css": "^4.1.1",
     "axios": "^1.7.9",
+    "big.js": "^6.2.2",
     "codemirror": "^5.65.18",
     "codemirror-editor-vue3": "^2.8.0",
     "dayjs": "^1.11.13",

+ 8 - 0
pnpm-lock.yaml

@@ -47,6 +47,9 @@ importers:
       axios:
         specifier: ^1.7.9
         version: 1.7.9
+      big.js:
+        specifier: ^6.2.2
+        version: 6.2.2
       codemirror:
         specifier: ^5.65.18
         version: 5.65.18
@@ -2276,6 +2279,9 @@ packages:
   big.js@5.2.2:
     resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
 
+  big.js@6.2.2:
+    resolution: {integrity: sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==}
+
   binary-extensions@2.3.0:
     resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
     engines: {node: '>=8'}
@@ -8412,6 +8418,8 @@ snapshots:
 
   big.js@5.2.2: {}
 
+  big.js@6.2.2: {}
+
   binary-extensions@2.3.0: {}
 
   binary@0.3.0:

+ 1 - 1
src/router/modules/process.ts

@@ -214,7 +214,7 @@ export default {
       component: () => import("@/views/pro-operation/check-out/index.vue"),
       name: "checkOut",
       meta: {
-        title: "工序通用",
+        title: "检验",
         back: true,
       },
     },

+ 1 - 1
src/views/pro-steps/components/operates.vue

@@ -116,7 +116,7 @@ const stepComponents = ref([
     compentType: "jianyanpihao",
   },
   {
-    compentName: "工序通用",
+    compentName: "检验",
     compentType: "xunjian",
   },
 ]);