|
@@ -471,6 +471,7 @@ const toCancel = (index, rowIndex) => {
|
|
);
|
|
);
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
+//根据类型返横列字段
|
|
const configeObj = (type) => {
|
|
const configeObj = (type) => {
|
|
switch (type) {
|
|
switch (type) {
|
|
//温湿度
|
|
//温湿度
|
|
@@ -481,7 +482,7 @@ const configeObj = (type) => {
|
|
case "GDC":
|
|
case "GDC":
|
|
return ["height"];
|
|
return ["height"];
|
|
case "WKDLT":
|
|
case "WKDLT":
|
|
- return ["temperature"];
|
|
|
|
|
|
+ return ["tipTemperature"];
|
|
//电动螺丝刀
|
|
//电动螺丝刀
|
|
case "DDLSD":
|
|
case "DDLSD":
|
|
return [
|
|
return [
|