瀏覽代碼

feature/增加互检专检

dengrui 10 月之前
父節點
當前提交
5f4a4e7758
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/views/base/craftManagement/route/bindConfig.ts

+ 16 - 0
src/views/base/craftManagement/route/bindConfig.ts

@@ -135,6 +135,22 @@ export const formOption = {
       value: 0,
     },
     {
+      label: "是否互检",
+      prop: "mutualInspection",
+      span: 24,
+      type: "switch",
+      dicData: switchOp,
+      value: 0,
+    },
+    {
+      label: "是否专检",
+      prop: "specialInspection",
+      span: 24,
+      type: "switch",
+      dicData: switchOp,
+      value: 0,
+    },
+    {
       label: "是否巡检",
       prop: "inspection",
       span: 24,