Browse Source

增加设备记录中的精度要求

ooo 1 year ago
parent
commit
923eaef8b2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/base/craftManagement/route/components/configs.ts

+ 2 - 1
src/views/base/craftManagement/route/components/configs.ts

@@ -128,7 +128,8 @@ export const getTableConfig = (id: string) => {
           hide: true,
           value: id,
         },
-        { label: "所需数量", prop: "num" },
+		{ label: "精度要求", prop: "accuracy" },
+        { label: "所需数量", prop: "num",display: false,hide: true },
         {
           label: "设备类型",
           prop: "equitType",