Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
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
fulixin
dsk-operate-sys-cscec
Commits
2cd449f2
Commit
2cd449f2
authored
Mar 05, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
a7bad7a8
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
51 additions
and
3 deletions
+51
-3
img1.png
dsk-operate-ui/src/assets/images/login/img1.png
+0
-0
1920.png
dsk-operate-ui/src/assets/images/projectCostLedger/1920.png
+0
-0
BI.png
dsk-operate-ui/src/assets/images/projectCostLedger/BI.png
+0
-0
index.js
dsk-operate-ui/src/router/index.js
+1
-0
index.vue
dsk-operate-ui/src/views/index.vue
+5
-1
BI.vue
dsk-operate-ui/src/views/index/BI.vue
+21
-0
gys.vue
dsk-operate-ui/src/views/index/gys.vue
+19
-0
login.vue
dsk-operate-ui/src/views/login.vue
+1
-1
ProjectDetailHeader.vue
...ojectCostLedger/detail/components/ProjectDetailHeader.vue
+1
-1
index.vue
dsk-operate-ui/src/views/projectCostLedger/index.vue
+3
-0
No files found.
dsk-operate-ui/src/assets/images/login/img1.png
0 → 100644
View file @
2cd449f2
413 KB
dsk-operate-ui/src/assets/images/projectCostLedger/1920.png
0 → 100644
View file @
2cd449f2
946 KB
dsk-operate-ui/src/assets/images/projectCostLedger/BI.png
0 → 100644
View file @
2cd449f2
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/router/index.js
View file @
2cd449f2
...
@@ -66,6 +66,7 @@ export const constantRoutes = [
...
@@ -66,6 +66,7 @@ export const constantRoutes = [
path
:
''
,
path
:
''
,
component
:
Layout
,
component
:
Layout
,
redirect
:
'index'
,
redirect
:
'index'
,
hidden
:
true
,
children
:
[
children
:
[
{
{
path
:
'index'
,
path
:
'index'
,
...
...
dsk-operate-ui/src/views/index.vue
View file @
2cd449f2
<
template
>
<
template
>
<
div
style=
"text-align: center;padding-top: 150px"
>
欢迎进入大数据经营管理支撑服务平台
</div
>
<
!--
<div
style=
"text-align: center;padding-top: 150px"
>
欢迎进入大数据经营管理支撑服务平台
</div>
--
>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"Index"
,
name
:
"Index"
,
created
()
{
this
.
$tab
.
closeOpenPage
({
path
:
'/index/gys'
})
}
}
}
</
script
>
</
script
>
<!--<template>-->
<!--<template>-->
...
...
dsk-operate-ui/src/views/index/BI.vue
0 → 100644
View file @
2cd449f2
<
template
>
<div
style=
"padding: 24px;border-radius: 4px"
>
<img
src=
"@/assets/images/projectCostLedger/BI.png"
class=
"widimgs"
>
</div>
</
template
>
<
script
>
export
default
{
name
:
'BI'
}
</
script
>
<
style
scoped
>
.widimgs
{
width
:
100%
;
height
:
100%
;
border-radius
:
4px
;
}
</
style
>
dsk-operate-ui/src/views/index/gys.vue
0 → 100644
View file @
2cd449f2
<
template
>
<div
style=
"padding: 24px;border-radius: 4px"
>
<img
src=
"@/assets/images/projectCostLedger/1920.png"
class=
"widimgs"
>
</div>
</
template
>
<
script
>
export
default
{
name
:
'gys'
}
</
script
>
<
style
scoped
>
.widimgs
{
width
:
100%
;
height
:
100%
;
border-radius
:
4px
;
}
</
style
>
dsk-operate-ui/src/views/login.vue
View file @
2cd449f2
...
@@ -426,7 +426,7 @@
...
@@ -426,7 +426,7 @@
.bgimg
{
.bgimg
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
background
:
url("../assets/images/login/img.png")
no-repeat
center
;
background
:
url("../assets/images/login/img
1
.png")
no-repeat
center
;
background-size
:
cover
;
background-size
:
cover
;
padding-top
:
10%
;
padding-top
:
10%
;
padding-left
:
14%
;
padding-left
:
14%
;
...
...
dsk-operate-ui/src/views/projectCostLedger/detail/components/ProjectDetailHeader.vue
View file @
2cd449f2
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
breadCrumbTrigger
(
item
)
{
breadCrumbTrigger
(
item
)
{
console
.
log
(
item
);
console
.
log
(
item
);
if
(
item
.
path
==
"root"
)
{
if
(
item
.
path
==
"root"
)
{
this
.
$router
.
push
(
"/projectCostLedger"
);
this
.
$router
.
push
(
"/projectCostLedger
/list
"
);
}
}
}
}
},
},
...
...
dsk-operate-ui/src/views/projectCostLedger/index.vue
View file @
2cd449f2
...
@@ -336,6 +336,9 @@
...
@@ -336,6 +336,9 @@
param
.
projectId
=
tree
.
id
param
.
projectId
=
tree
.
id
setTimeout
(()
=>
{
setTimeout
(()
=>
{
getProjectHistoryInfo
(
param
).
then
(
res
=>
{
getProjectHistoryInfo
(
param
).
then
(
res
=>
{
res
.
data
.
forEach
(
item
=>
{
item
.
projectText
=
item
.
projectName
.
replace
(
/<
\/?[^
>
]
+
(
style=
(
'|"
)[^
'"
]
*
)?
>/gi
,
''
)
})
resolve
(
res
.
data
)
resolve
(
res
.
data
)
})
})
},
1000
)
},
1000
)
...
...
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