Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘自豪 Rambo Pan
shld-databoard-ui
Commits
46ede36b
Commit
46ede36b
authored
Sep 27, 2023
by
潘自豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ld_databoard_fix' into ld_databoard_fix
parents
31bcfa65
d4158234
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
ar-bar.vue
src/module/databoard/components/chart/ar-bar.vue
+11
-2
index.vue
src/module/index/index.vue
+1
-1
No files found.
src/module/databoard/components/chart/ar-bar.vue
View file @
46ede36b
<
template
>
<div>
<div
class=
"ar_nav"
>
<
router-link
class=
"ar_button"
to=
"/ar_bar/company"
>
结算单位
</router-link
>
<
router-link
class=
"ar_button"
to=
"/ar_bar/monthly"
>
开票月份
</router-link
>
<
div
class=
"ar_button"
@
click=
"goCompany"
>
结算单位
</div
>
<
div
class=
"ar_button"
@
click=
"goMonthly"
>
开票月份
</div
>
</div>
<router-view
style=
"height: 90%"
></router-view>
</div>
...
...
@@ -14,6 +14,14 @@ export default {
data
()
{
return
{}
},
methods
:
{
goCompany
()
{
this
.
$router
.
push
({
path
:
'/ar_bar/company'
})
},
goMonthly
()
{
this
.
$router
.
push
({
path
:
'/ar_bar/monthly'
})
},
}
}
</
script
>
...
...
@@ -21,6 +29,7 @@ export default {
<
style
scoped
>
.ar_nav
{
cursor
:
pointer
;
height
:
10%
;
width
:
100%
;
display
:
flex
;
...
...
src/module/index/index.vue
View file @
46ede36b
<
template
>
<div
class=
"page"
>
<div
class=
"head"
@
click=
"goIndex"
>
<div
class=
"head"
>
<div
class=
"text_left"
>
<input
class=
"btn"
type=
"button"
value=
"返回上级"
v-if=
"$route.fullPath !== '/index'"
@
click=
"goIndex"
>
<span>
{{
currentDate
}}
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment