|
@@ -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",
|