|
|
|
@ -17,13 +17,11 @@ |
|
|
|
<el-icon |
|
|
|
class="service-icon" |
|
|
|
style=" |
|
|
|
margin-left: 5px; |
|
|
|
cursor: pointer; |
|
|
|
font-size: 22px; |
|
|
|
transition: all 0.3s ease; |
|
|
|
" |
|
|
|
> |
|
|
|
<Service/> |
|
|
|
margin-left: 5px; |
|
|
|
cursor: pointer; |
|
|
|
font-size: 16px; |
|
|
|
transition: all 0.3s ease;"> |
|
|
|
<Warning/> |
|
|
|
</el-icon> |
|
|
|
</template> |
|
|
|
</el-popover> |
|
|
|
@ -31,7 +29,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="text2"> |
|
|
|
<div class=" text2 |
|
|
|
"> |
|
|
|
<span class="text2-income">总营收:{{ totalIncome }} 新币</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -62,7 +61,8 @@ import * as echarts from 'echarts' |
|
|
|
import {onMounted, ref} from 'vue' |
|
|
|
import request from "@/util/http.js"; |
|
|
|
import API from "@/util/http.js"; |
|
|
|
import {Service} from "@element-plus/icons-vue"; |
|
|
|
import {Warning,Service} from "@element-plus/icons-vue"; |
|
|
|
|
|
|
|
|
|
|
|
const chartRef = ref(null) |
|
|
|
let chartInstance = null |
|
|
|
|