光伏功能逻辑代码及BUG修改

This commit is contained in:
huangjp
2025-12-26 11:26:40 +08:00
parent b3608320a8
commit cbb1d7a8a9
27 changed files with 1839 additions and 543 deletions

View File

@ -1,7 +1,7 @@
<template>
<view>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="svgBoxss" style="height: 100%;width: 100%;"
viewBox="0 0 1280 1680">
viewBox="0 0 1280 1680" ref="svgBoxss">
<path d="M 1092,93L 1080,93L 1080,94L 1092,94Z" style="fill:rgb(0,128,0);" />
<path d="M 173,854L 174,853L 174,851L 174.5,848L 175,847L 175,846L 174,843L 168,843L 168,853L 170,854Z"
@ -1209,7 +1209,7 @@
}
},
mounted() {
document.getElementById('svgBoxss')?.appendChild(this.createSvgText(this.tags))
this.$refs.svgBoxss?.appendChild(this.createSvgText(this.tags))
},
}
</script>