Commit 9d4d487a authored by 王启林's avatar 王启林

parent e071db2d
......@@ -226,7 +226,7 @@ export default {
}
}
.controllBar {
background-color: rgba(170, 170, 170, 0.4);
background-color: rgba(255, 255, 255, 0.2);
width: 120px;
height: 44px;
line-height: 44px;
......
......@@ -28,9 +28,9 @@
<ElButton style="margin-left: 10px;" icon="el-icon-upload" type="primary" size="small"
@click="issueBtn" round>问卷发布
</ElButton>
<ElButton style="margin-left: 10px;" icon="el-icon-position" type="warning" size="small"
<!-- <ElButton style="margin-left: 10px;" icon="el-icon-position" type="warning" size="small"
@click="issueBtn" round>外部链接
</ElButton>
</ElButton> -->
<ElButton icon="el-icon-view" type="success" size="small" @click="showDrawer" round>手机预览
</ElButton>
</template>
......
......@@ -70,13 +70,27 @@ export default {
color: "#000",
},
},
dataZoom: [
{
show: true,
realtime: true,
start: 0,
end: 100
},
{
type: 'inside',
realtime: true,
start: 0,
end: 100
}
],
tooltip: {},
xAxis: {
data: this.chartsData.map(i => {
// console.log(i)
if(this.title == "申诉次数部门排名TOP20") return i.deptName
if(this.title == "申诉次数个人排名TOP20") return i.staffName
if(this.title == "申诉次数规则排名TOP20") return i.ruleName
if (this.title == "申诉次数部门排名TOP20") return i.deptName
if (this.title == "申诉次数个人排名TOP20") return i.staffName
if (this.title == "申诉次数规则排名TOP20") return i.ruleName
// return i.ruleName || i.deptName || i.staffName
})
// this.title == "申诉次数部门排名TOP20"
......@@ -151,7 +165,7 @@ export default {
grid: {
left: "5%",
right: "4%",
bottom: "2%",
// bottom: "1%",
containLabel: true,
},
// color:[ "#61a0a8",],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment