8a7f70f7 by 杨炀

no message

1 parent 4237375e
<template>
<div>
<div class="main">
<el-row class="w100">
<el-col :span="7">
<left-page/>
......@@ -31,5 +31,4 @@ onMounted(()=>{
</script>
<style scoped lang="scss">
</style>
......
......@@ -332,7 +332,7 @@ onUnmounted(() => {
}
}
.chartCard{background: url("@/assets/img/box_bg.png") no-repeat top left;
background-size: 100% 100%;position: relative;
background-size: 100% 100%;position: relative;overflow: hidden;
.po_right{position: absolute;right: 20px;top: 40px;z-index: 1;
:deep(.el-radio-button){
......
......@@ -17,11 +17,11 @@
<div class="chartCard mt30">
<div class="title">档案接收总览</div>
<div class="po_right">
<el-radio-group v-model="radioB" size="small" @change="radioBChange">
<el-radio-button label="本月" value="month" />
<el-radio-button label="本季度" value="quarter" />
<el-radio-button label="本年" value="year" />
</el-radio-group>
<!-- <el-radio-group v-model="radioB" size="small" @change="radioBChange">-->
<!-- <el-radio-button label="本月" value="month" />-->
<!-- <el-radio-button label="本季度" value="quarter" />-->
<!-- <el-radio-button label="本年" value="year" />-->
<!-- </el-radio-group>-->
</div>
<div ref="lineRef" style="width: 100%; height: 40vh;"></div>
......@@ -173,7 +173,7 @@ const setA = () => {
}
const getB = () => {
api.getJieShou({type: radioB.value}).then(res=>{
api.getJieShou().then(res=>{
dataA.value = []
kindList.value = []
for(let n of res.data){
......@@ -352,7 +352,7 @@ onUnmounted(() => {
.chartCard {
background: url("@/assets/img/box_bg.png") no-repeat top left;
background-size: 100% 100%;
position: relative;
position: relative;overflow: hidden;
.po_right {
position: absolute;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!