Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
expense
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
contractServiceExpense-Develop
expense
Commits
af19cc32
Commit
af19cc32
authored
Jul 29, 2020
by
kingboy_xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f8429464
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/assets/css/contract.css
+1
-1
src/views/gp/contract/GpContract.vue
+4
-4
No files found.
src/assets/css/contract.css
View file @
af19cc32
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
.tabletitle
span
{
line-height
:
20px
;
padding
:
0
10px
;
background
:
none
;
border-radius
:
1px
;
border
:
1px
solid
#626D92
;
color
:
#AAB1D2
;
display
:
block
;
float
:
left
;
margin-right
:
5px
;}
.tabletitle
span
{
line-height
:
20px
;
padding
:
0
10px
;
background
:
none
;
border-radius
:
1px
;
border
:
1px
solid
#626D92
;
color
:
#AAB1D2
;
display
:
block
;
float
:
left
;
margin-right
:
5px
;}
.tabletitle
span
.clk
{
background
:
#2680FF
;
border
:
1px
solid
#2680FF
;
color
:
#fff
;}
.tabletitle
span
.clk
{
background
:
#2680FF
;
border
:
1px
solid
#2680FF
;
color
:
#fff
;}
.tabletitle
span
.nclk
{
background
:
none
;
border
:
0px
solid
#2680FF
;
color
:
#A6AED6
;
font-size
:
14px
;}
.tabletitle
span
.nclk
{
background
:
none
;
border
:
0px
solid
#2680FF
;
color
:
#A6AED6
;
font-size
:
14px
;}
.tabletitle
img
{
position
:
absolute
;
right
:
5
px
;
top
:
42px
;
height
:
13px
;
width
:
13px
;
z-index
:
999
;}
.tabletitle
img
{
position
:
absolute
;
right
:
2
px
;
top
:
42px
;
height
:
13px
;
width
:
13px
;
z-index
:
999
;}
.yytable
{
position
:
absolute
;
right
:
5%
;
top
:
2%
;
padding
:
10px
;
border-radius
:
4px
;
height
:
250px
;
background
:
rgba
(
23
,
26
,
40
,
0.9
);
width
:
300px
;}
.yytable
{
position
:
absolute
;
right
:
5%
;
top
:
2%
;
padding
:
10px
;
border-radius
:
4px
;
height
:
250px
;
background
:
rgba
(
23
,
26
,
40
,
0.9
);
width
:
300px
;}
...
...
src/views/gp/contract/GpContract.vue
View file @
af19cc32
...
@@ -135,8 +135,8 @@
...
@@ -135,8 +135,8 @@
{{
scope
.
row
.
QYRS_TBZ
}}
{{
scope
.
row
.
QYRS_TBZ
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"QYL"
:formatter=
"stateFormat"
min-width=
"6
0
%"
label=
"签约率·%"
>
<el-table-column
prop=
"QYL"
:formatter=
"stateFormat"
min-width=
"6
5
%"
label=
"签约率·%"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
nullreturn
(
scope
.
row
.
QYL
)
}}
{{
nullreturn
(
scope
.
row
.
QYL
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -534,7 +534,7 @@
...
@@ -534,7 +534,7 @@
data
:
[]
data
:
[]
},
},
{
{
hoverAnimation
:
tru
e
,
hoverAnimation
:
fals
e
,
hoverOffset
:
3
,
hoverOffset
:
3
,
name
:
''
,
name
:
''
,
type
:
'pie'
,
type
:
'pie'
,
...
@@ -590,7 +590,7 @@
...
@@ -590,7 +590,7 @@
calculable
:
false
,
calculable
:
false
,
series
:
[
series
:
[
{
{
hoverAnimation
:
tru
e
,
hoverAnimation
:
fals
e
,
hoverOffset
:
3
,
hoverOffset
:
3
,
name
:
''
,
name
:
''
,
type
:
'pie'
,
type
:
'pie'
,
...
...
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