Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8a7f70f7
authored
2024-10-11 14:03:01 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
4237375e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
src/viewsPc/home.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/home.vue
View file @
8a7f70f
<
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
>
...
...
src/viewsPc/vip/leftPage.vue
View file @
8a7f70f
...
...
@@ -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){
...
...
src/viewsPc/vip/rightPage.vue
View file @
8a7f70f
...
...
@@ -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
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment