Files
coinbus/yq/src/views/minerAddress/index.vue

42 lines
845 B
Vue
Raw Normal View History

2026-01-16 10:32:27 +08:00
<template>
<!-- 旷工余额BTC -->
<div v-loading="minerAddressLoading" style="width: 100%; min-height: 600px; ">
<el-row>
<el-col>
</el-col>
</el-row>
<!-- 对数线性显示切换 -->
<el-row>
<el-col>
<el-button @click="handelLineSwitch"
style="margin-left:100px;height:35px;border-radius:6px;"
>{{ $t(`home.switch`)
}}<span class="according"> {{ $t(switch3) }}</span></el-button
>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div
id="minerAddressBox"
style="width: 100%; min-height: 700px"
></div>
</el-col>
</el-row>
</div>
</template>
<script type="">
import IndexJs from "../minerAddress/index"
export default {
mixins:[IndexJs]
}
</script>
<style>
</style>