类型:开发
描述:
This commit is contained in:
@@ -45,14 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="chart-box">
|
||||
<pie
|
||||
v-for="(item, index) in newsStateList"
|
||||
:key="index"
|
||||
:value="item.value"
|
||||
:label="item.name"
|
||||
:width="250"
|
||||
:height="250"
|
||||
/>
|
||||
<newsRate :dataList="newsStateList" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="work-box-1">
|
||||
@@ -79,6 +72,7 @@
|
||||
import countup from 'vue-countup-v3'
|
||||
import pie from './pie.vue'
|
||||
import { getNewsListApi, getNewsStateApi, getNewsTotalApi } from '@/api/news'
|
||||
import NewsRate from "@/views/workOrder/components/newsRate.vue";
|
||||
|
||||
let list = ref([])
|
||||
let countInfo = ref({
|
||||
@@ -246,7 +240,7 @@
|
||||
&--primary {
|
||||
@extend .statistics-item__value;
|
||||
color: #02f9fa;
|
||||
|
||||
|
||||
background-image: url('@/assets/images/mask-primary.png');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user