| | |
| | | :InValidCount="`${PollData.RealTimeInvalid}`" |
| | | :RunningCount="`${PollData.RealTimeRun}`" |
| | | :NoDeal="`${PollData.RealTimeNoDeal}`" |
| | | image="realTime (2).png" |
| | | ></HashrateCard> |
| | | |
| | | <!-- 轮询算力信息 --> |
| | |
| | | :InValidCount="`${PollData.PollInvalid}`" |
| | | :RunningCount="`${PollData.PollRun}`" |
| | | :NoDeal="`${PollData.PollNoDeal}`" |
| | | image="polling.png" |
| | | ></HashrateCard> |
| | | </div> |
| | | </div> |
| | |
| | | </template> |
| | | |
| | | <div class="empty" v-else> |
| | | <img src="/images/hashrate/独立场景空页面.png" alt="" /> |
| | | <img src="/images/hashrate/s_empty.png" alt="" /> |
| | | <div class="des">暂无独立场景</div> |
| | | </div> |
| | | </div> |
| | |
| | | class="empty" |
| | | v-if="linkageRule.length <= 0 && !TreeDataPool.multiple" |
| | | > |
| | | <img src="/images/hashrate/联动场景空页面.png" alt="" /> |
| | | <img src="/images/hashrate/l_empty.png" alt="" /> |
| | | <div class="des">暂无联动场景</div> |
| | | </div> |
| | | |
| | |
| | | ></LinkageCameraBox> |
| | | |
| | | <div class="empty"> |
| | | <img src="/images/hashrate/联动场景空页面.png" alt="" /> |
| | | <img src="/images/hashrate/l_empty.png" alt="" /> |
| | | <div class="des">暂无联动场景</div> |
| | | </div> |
| | | </div> |
| | |
| | | .control { |
| | | position: absolute; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | top: 20px; |
| | | right: 20px; |
| | | |
| | |
| | | .control { |
| | | position: absolute; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | top: 20px; |
| | | right: 20px; |
| | | |