style:每日数据上报量
Showing
1 changed file
with
11 additions
and
9 deletions
| 1 | <!-- | ||
| 2 | * @Description: | ||
| 3 | * @Autor: renchao | ||
| 4 | * @LastEditTime: 2023-07-10 09:59:20 | ||
| 5 | --> | ||
| 1 | <template> | 6 | <template> | 
| 2 | <Echart :options="options" id="centreLeft1Chart" :key="key" height="1.0417rem" width="80%"></Echart> | 7 | <Echart :options="options" id="centreLeft1Chart" :key="key" height="1.0417rem" width="80%"></Echart> | 
| 3 | </template> | 8 | </template> | 
| ... | @@ -42,7 +47,7 @@ | ... | @@ -42,7 +47,7 @@ | 
| 42 | <span style="display:inline-block;"></span> | 47 | <span style="display:inline-block;"></span> | 
| 43 | ${params.name} | 48 | ${params.name} | 
| 44 | <br/><span style="color:blue;font-weight:700;font-size: 18px">${params.value}</span> | 49 | <br/><span style="color:blue;font-weight:700;font-size: 18px">${params.value}</span> | 
| 45 | 平方米`; | 50 | 每日的数据上报量`; | 
| 46 | return html; | 51 | return html; | 
| 47 | }, | 52 | }, | 
| 48 | extraCssText: | 53 | extraCssText: | 
| ... | @@ -73,21 +78,18 @@ | ... | @@ -73,21 +78,18 @@ | 
| 73 | } | 78 | } | 
| 74 | }, | 79 | }, | 
| 75 | }, | 80 | }, | 
| 76 | |||
| 77 | |||
| 78 | data: newData, | 81 | data: newData, | 
| 79 | } | 82 | } | 
| 80 | ], | 83 | ] | 
| 81 | }; | 84 | }; | 
| 82 | this.key++; | 85 | this.key++; | 
| 83 | }, | 86 | }, | 
| 84 | immediate: true, | 87 | immediate: true, | 
| 85 | deep: true, | 88 | deep: true | 
| 86 | }, | 89 | } | 
| 87 | }, | 90 | } | 
| 88 | }; | 91 | } | 
| 89 | </script> | 92 | </script> | 
| 90 | |||
| 91 | <style lang="scss" scoped> | 93 | <style lang="scss" scoped> | 
| 92 | #centreLeft1Chart { | 94 | #centreLeft1Chart { | 
| 93 | margin-bottom: 0.0521rem; | 95 | margin-bottom: 0.0521rem; | ... | ... | 
- 
Please register or sign in to post a comment