Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
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
王衍超
rbc-demo
Commits
bdaa7e57
Commit
bdaa7e57
authored
Mar 07, 2022
by
乔延琦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-zhouyi' into 'develop'
Develop zhouyi See merge request GFP/RBC/rbc-frontend!78
parents
f052bbe7
93df37c4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
14 deletions
+23
-14
workflow-track.vue
...@gms/gms-plugin-billexpand/src/control/workflow-track.vue
+11
-13
gms-app.vue
...ms/gms-plugin-mainpage-workflowcard/src/views/gms-app.vue
+12
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/control/workflow-track.vue
View file @
bdaa7e57
...
...
@@ -2,11 +2,10 @@
<div>
<div
class=
"workflow-button"
:style=
"
{top: styleTop, right: styleRight}" @click="showDrawer = true">
<div
class=
"icon"
>
<svg
width=
"2
4px"
height=
"24px"
viewBox=
"0 0 24 24
"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<use
xlink:href=
"#icon-a-2
4_BILLEXPAND_C_RBC_
shenpiguiji"
></use>
<svg
width=
"2
8px"
height=
"28px"
viewBox=
"0 0 28 28
"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<use
xlink:href=
"#icon-a-2
8_BILLEXPAND_C_RBC_xin
shenpiguiji"
></use>
</svg>
</div>
<div
class=
"text"
>
审批轨迹
</div>
</div>
<Drawer
:transfer=
"false"
...
...
@@ -244,17 +243,16 @@ export default {
cursor
:
pointer
;
position
:
absolute
;
z-index
:
1000
;
width
:
56px
;
height
:
64px
;
padding-top
:
10px
;
background
:
#FFA938
;
box-shadow
:
0px
1px
6px
0px
rgba
(
255
,
169
,
56
,
0.8
);
border-radius
:
6px
;
opacity
:
0.9
;
padding-top
:
4px
;
width
:
42px
;
height
:
36px
;
background
:
#005791
;
box-shadow
:
0
0
4px
0
rgba
(
109
,
109
,
109
,
0.50
);
border-radius
:
100px
0
0
100px
;
.icon
{
width
:
2
4
px
;
height
:
2
4
px
;
margin
:
0
auto
;
width
:
2
8
px
;
height
:
2
8
px
;
margin
-left
:
11px
;
}
.text
{
margin-top
:
2px
;
...
...
develop/@gms/gms-plugin-mainpage-workflowcard/src/views/gms-app.vue
View file @
bdaa7e57
...
...
@@ -47,11 +47,22 @@ export default {
val
=
val
.
properties
||
[]
this
.
reimburseList
=
this
.
mapProperties
(
val
)
})
this
.
$root
.
$on
(
'updated'
,
this
.
refresh
)
},
unmounted
()
{
beforeUnmount
()
{
this
.
$root
.
$off
(
'updated'
,
this
.
refresh
)
window
.
GMS
.
vbus
.
$off
(
'widgetPluginPropertiesChange'
)
},
methods
:
{
refresh
(
visible
)
{
if
(
visible
==
'show'
)
{
const
list
=
[...
this
.
reimburseList
]
this
.
reimburseList
=
[]
this
.
$nextTick
(()
=>
{
this
.
reimburseList
=
list
})
}
},
addFunction
(
l
=
[])
{
for
(
let
o
of
l
)
{
if
(
o
.
type
==
'ROUTE'
)
{
...
...
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