Browse Source

页面修改

master
yzj 3 years ago
parent
commit
3b3907f844
  1. 4
      src/views/dashboard/DuidieChart.vue
  2. 9
      src/views/project/report/copyInport.vue

4
src/views/dashboard/DuidieChart.vue

@ -126,10 +126,12 @@ export default {
data:this.ddXData, data:this.ddXData,
axisLabel: {//x axisLabel: {//x
show: true, show: true,
interval: 0, //0
textStyle: { textStyle: {
color: "#a4a4a4", color: "#a4a4a4",
}, },
fontSize:'14px' fontSize:'14px'
}, },
axisLine: {//x线 axisLine: {//x线
show: true, show: true,
@ -149,7 +151,7 @@ export default {
textStyle: { textStyle: {
color: "#a4a4a4", color: "#a4a4a4",
}, },
}, },
nameTextStyle: { nameTextStyle: {
color: 'rgb(102,102,102)' color: 'rgb(102,102,102)'
}, },

9
src/views/project/report/copyInport.vue

@ -16,10 +16,8 @@
v-for="item in yearArr" v-for="item in yearArr"
:key="item.value" :key="item.value"
:type="year == item.value ? 'primary' : ''" :type="year == item.value ? 'primary' : ''"
@click="search(item)" @click="search(item)">
<span>{{item.name}}</span>
>
<span v-if="item.name!='2016年以前'">{{ item.name }}</span>
</el-button> </el-button>
<div class="content2"> <div class="content2">
@ -327,6 +325,7 @@
this.getStatistics(param); this.getStatistics(param);
// this.getProjectCount() // this.getProjectCount()
this.getLeft7() this.getLeft7()
console.log(this.yearArr)
}, },
mounted() {}, mounted() {},
methods: { methods: {
@ -1119,7 +1118,7 @@
color: #ffa200; color: #ffa200;
position: relative; position: relative;
top: -2px; top: -2px;
} }
} }
} }

Loading…
Cancel
Save