| | |
| | | <template> |
| | | <div class="HashCard"> |
| | | <div class="hashrate"> |
| | | <img v-if="type == 0" src="/images/hashrate/轮询算力.png" alt="" /> |
| | | <img v-if="type == 1" src="/images/hashrate/实时算力.png" alt="" /> |
| | | <img v-if="type == 2" src="/images/hashrate/数据栈算力.png" alt="" /> |
| | | <img v-if="type == 0" src="/images/hashrate/polling.png" alt="" /> |
| | | <img v-if="type == 1" src="/images/hashrate/realTime2.png" alt="" /> |
| | | <img v-if="type == 2" src="/images/hashrate/static.png" alt="" /> |
| | | <div class="hashrateContent"> |
| | | <div class="label" v-if="type == 0">轮询算力</div> |
| | | <div class="label" v-if="type == 1">实时算力</div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="detailItem"> |
| | | <div class="label"> |
| | | <span class="iconfont"></span>因未知原因未… |
| | | <div class="label" title="因未知原因未处理"> |
| | | <span class="iconfont"></span>因未知原因未处理 |
| | | </div> |
| | | <div class="data"> |
| | | <span class="number">{{ hashrate.noDeal }}</span |