fix:修复从项目监控跳转到具体传感器数据时的报错

dev
kale 2023-07-14 17:08:15 +08:00
parent 8e75541332
commit 5ed025e04b
1 changed files with 4 additions and 4 deletions

View File

@ -264,7 +264,7 @@
<div class="flex items-center justify-center lg:justify-start text-xl flex-1 ml-2">
<img tag="{7}" onclick="switchSensordian(this,{4},{5})" {3}>
</div>
<a href="<%=basePath%>/service/iot/sensors_detail?id={4}&sid={6}}"
<a href="<%=basePath%>/service/iot/sensors_detail?id={4}&sid={6}"
class="text-xs cursor-pointer w-full mx-2 text-right lg:text-right lg:absolute lg:right-2 lg:top-1/2 lg:-translate-y-1/2 lg:mx-0 lg:w-12"
style="text-align: right;text-decoration: none !important;"
>
@ -288,7 +288,7 @@
<span class="text-[#337ab7]">{3}</span>
<span class="{7} text-sm ml-1 cursor-pointer underline underline-offset-4" onclick="downparam({4})">下发</span>
</div>
<a href="<%=basePath%>/service/iot/sensors_detail?id={4}&sid={5}}"
<a href="<%=basePath%>/service/iot/sensors_detail?id={4}&sid={5}"
class="text-xs cursor-pointer w-full mx-2 text-right lg:text-right lg:absolute lg:right-2 lg:top-1/2 lg:-translate-y-1/2 lg:mx-0 lg:w-12"
style="text-align: right;text-decoration: none !important;"
>
@ -312,7 +312,7 @@
<div class="flex items-center justify-center lg:justify-start text-xl flex-1 ml-2">
<span class="text-[#337ab7]">{3}</span>
</div>
<a href="<%=basePath%>/service/iot/sensors_detail?id={4}&sid={5}}"
<a href="<%=basePath%>/service/iot/sensors_detail?id={4}&sid={5}"
class="text-xs cursor-pointer w-full mx-2 text-right lg:text-right lg:absolute lg:right-2 lg:top-1/2 lg:-translate-y-1/2 lg:mx-0 lg:w-12"
style="text-align: right;text-decoration: none !important;"
>
@ -748,4 +748,4 @@
$('body').attr('overflow', 'hidden');
})
</script>
</html>
</html>