|
@@ -79,7 +79,6 @@ const loading = ref(false);
|
|
|
const tableData = ref([]);
|
|
|
const pageS = ref([]);
|
|
|
const configeObj = (type) => {
|
|
|
- console.log(type, "222");
|
|
|
switch (type) {
|
|
|
//温湿度
|
|
|
case "WXDJC":
|
|
@@ -89,7 +88,7 @@ const configeObj = (type) => {
|
|
|
case "GDC":
|
|
|
return ["height"];
|
|
|
case "WKDLT":
|
|
|
- return ["temperature"];
|
|
|
+ return ["tipTemperature"];
|
|
|
//电动螺丝刀
|
|
|
case "DDLSD":
|
|
|
return [
|
|
@@ -106,6 +105,8 @@ const configeObj = (type) => {
|
|
|
};
|
|
|
const showLable = (key) => {
|
|
|
switch (key) {
|
|
|
+ case "tipTemperature":
|
|
|
+ return "温度";
|
|
|
case "CH5Val":
|
|
|
return "CH5";
|
|
|
case "CH6Val":
|