| | |
| | | <!-- 这里还是一个标准的BUI页面 --> |
| | | <div class="bui-page" id="batteryInfo"> |
| | | <div style="display: none"> |
| | | <Modal |
| | | :title="monResLine.title" |
| | | v-model="monResLine.show" |
| | | width=800 |
| | | footer-hide |
| | | class-name="vertical-center-modal"> |
| | | <high-line-chart |
| | | id="monVolLine" |
| | | height="300px" |
| | | name="内阻" unit="mΩ" |
| | | :colors="{min:'#19be6b', max: '#ed4014'}" |
| | | ref="monResLine"></high-line-chart> |
| | | </Modal> |
| | | </div> |
| | | <header class="bui-bar"> |
| | | <div class="bui-bar-left"> |
| | | <!-- 左边有图标示例 --> |
| | |
| | | :height="getTabHt('px')" |
| | | id="monVolBar" |
| | | name="电压" unit="V" |
| | | ref="monVolBar"></high-bar-chart> |
| | | ref="monVolBar" |
| | | :mon-hander-click="monHandlerClick"></high-bar-chart> |
| | | </li> |
| | | <li style="display: none"> |
| | | <high-bar-chart |
| | |
| | | id="monResBar" |
| | | name="内阻" unit="mΩ" |
| | | :colors="{min:'#19be6b', max: '#ed4014'}" |
| | | ref="monResBar"></high-bar-chart> |
| | | ref="monResBar" |
| | | :mon-hander-click="monHandlerClick"></high-bar-chart> |
| | | </li> |
| | | <li style="display: none"> |
| | | <high-bar-chart |
| | |
| | | id="monTmpBar" |
| | | name="温度" unit="℃" |
| | | :colors="{min:'#19be6b', max: '#ed4014'}" |
| | | ref="monTmpBar"></high-bar-chart> |
| | | ref="monTmpBar" |
| | | :mon-hander-click="monHandlerClick"></high-bar-chart> |
| | | </li> |
| | | </ul> |
| | | </div> |