@@ -197,10 +197,12 @@ useCrud2.value.option = Object.assign(useCrud2.value.option, {
});
const showLable = (key) => {
switch (key) {
+ case "temperature":
+ return "温度";
case "CH5Val":
- return "CH5";
case "CH6Val":
- return "CH6";
+ return "湿度";
case "DataTimes":
return "采集时间";
case "torquetarget":