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
f29ffa65
Commit
f29ffa65
authored
Sep 26, 2023
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.取消点击头部跳转首页
2.取消已开票已收款页面按钮显示链接
parent
66e6bba4
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 @
f29ffa65
<
template
>
<
template
>
<div>
<div>
<div
class=
"ar_nav"
>
<div
class=
"ar_nav"
>
<
router-link
class=
"ar_button"
to=
"/ar_bar/company"
>
结算单位
</router-link
>
<
div
class=
"ar_button"
@
click=
"goCompany"
>
结算单位
</div
>
<
router-link
class=
"ar_button"
to=
"/ar_bar/monthly"
>
开票月份
</router-link
>
<
div
class=
"ar_button"
@
click=
"goMonthly"
>
开票月份
</div
>
</div>
</div>
<router-view
style=
"height: 90%"
></router-view>
<router-view
style=
"height: 90%"
></router-view>
</div>
</div>
...
@@ -14,6 +14,14 @@ export default {
...
@@ -14,6 +14,14 @@ export default {
data
()
{
data
()
{
return
{}
return
{}
},
},
methods
:
{
goCompany
()
{
this
.
$router
.
push
({
path
:
'/ar_bar/company'
})
},
goMonthly
()
{
this
.
$router
.
push
({
path
:
'/ar_bar/monthly'
})
},
}
}
}
</
script
>
</
script
>
...
@@ -21,6 +29,7 @@ export default {
...
@@ -21,6 +29,7 @@ export default {
<
style
scoped
>
<
style
scoped
>
.ar_nav
{
.ar_nav
{
cursor
:
pointer
;
height
:
10%
;
height
:
10%
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
...
...
src/module/index/index.vue
View file @
f29ffa65
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<div
class=
"head"
@
click=
"goIndex"
>
<div
class=
"head"
>
<div
class=
"text_left"
>
<div
class=
"text_left"
>
<input
class=
"btn"
type=
"button"
value=
"返回上级"
v-if=
"$route.fullPath !== '/index'"
@
click=
"goIndex"
>
<input
class=
"btn"
type=
"button"
value=
"返回上级"
v-if=
"$route.fullPath !== '/index'"
@
click=
"goIndex"
>
<span>
{{
currentDate
}}
</span>
<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