Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
dc1586cf
Commit
dc1586cf
authored
Aug 10, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页样式修改
parent
0e6f1f32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
src/pages/workbench/component-center/process-management/designer/detail.vue
...h/component-center/process-management/designer/detail.vue
+13
-0
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+3
-3
No files found.
src/pages/workbench/component-center/process-management/designer/detail.vue
View file @
dc1586cf
...
@@ -211,6 +211,19 @@ export default {
...
@@ -211,6 +211,19 @@ export default {
},
},
changeday
(){
changeday
(){
},
get_table_service
(){
this
.
$http
.
get
(
'
/apaas/serviceapp/v3/workflows/mountServices?id=
'
+
9
)
.
then
(
response
=>
{
let
data
=
response
.
data
.
data
if
(
data
&&
data
.
length
){
this
.
zd_table_arr
=
data
}
})
.
catch
(
function
(
response
)
{
});
},
},
get_header
(
data
){
get_header
(
data
){
this
.
$set
(
this
.
service_header_arr
,
'
name
'
,
data
.
name
)
this
.
$set
(
this
.
service_header_arr
,
'
name
'
,
data
.
name
)
...
...
src/pages/workbench/workPlace.vue
View file @
dc1586cf
...
@@ -890,7 +890,7 @@ export default {
...
@@ -890,7 +890,7 @@ export default {
{
{
text
:
"
收益总额
"
,
text
:
"
收益总额
"
,
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
bg
:
"
#fcefd6
"
,
bg
:
"
rgb(255,242,226)
"
,
color
:
"
#ea7d19
"
,
color
:
"
#ea7d19
"
,
type
:
"
earnings_money
"
,
type
:
"
earnings_money
"
,
num
:
""
num
:
""
...
@@ -924,7 +924,7 @@ export default {
...
@@ -924,7 +924,7 @@ export default {
{
{
text
:
"
交易总额
"
,
text
:
"
交易总额
"
,
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
bg
:
"
#fcefd6
"
,
bg
:
"
rgb(255,242,226)
"
,
color
:
"
#ea7d19
"
,
color
:
"
#ea7d19
"
,
type
:
"
trade_money
"
,
type
:
"
trade_money
"
,
num
:
""
num
:
""
...
@@ -958,7 +958,7 @@ export default {
...
@@ -958,7 +958,7 @@ export default {
{
{
text
:
"
交易总额
"
,
text
:
"
交易总额
"
,
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
bg
:
"
#fcefd6
"
,
bg
:
"
rgb(255,242,226)
"
,
color
:
"
#ea7d19
"
,
color
:
"
#ea7d19
"
,
type
:
"
trade_money
"
,
type
:
"
trade_money
"
,
num
:
""
num
:
""
...
...
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