Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
1a1ebc8d
Commit
1a1ebc8d
authored
Dec 24, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
eaa47caf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
6 deletions
+15
-6
forMyApproval.vue
src/pages/administration/forMyApproval.vue
+5
-2
myApprovalList.vue
src/pages/administration/myApprovalList.vue
+5
-2
sendToMeApproval.vue
src/pages/administration/sendToMeApproval.vue
+5
-2
No files found.
src/pages/administration/forMyApproval.vue
View file @
1a1ebc8d
...
...
@@ -6,6 +6,9 @@
<li
:class=
"
{cked:liCkedIndex==3}" @click="goUrl('myApprovalList')">我发起的
</li>
<li
:class=
"
{cked:liCkedIndex==4}" @click="goUrl('sendToMeApproval')">抄送我的
</li>
</div>
<div
style=
"text-align: right"
>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
/>
</div>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<li>
...
...
@@ -28,7 +31,7 @@
<el-option
v-for=
'item in appAuditStatusList'
:label=
'item.label'
:value=
'item.value'
:key=
'item.value'
></el-option>
</el-select></span>
</li>
<li><
input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
/><
/li>
<li></li>
</ul>
</div>
...
...
@@ -673,7 +676,7 @@
.forMyApprovalLayercontentDiv
.myApprovalTable
tr
td
:nth-child
(
1
)
{
text-align
:
right
;
color
:
#666
;
}
.forMyApprovalLayerBtn
{
position
:
fixed
;
bottom
:
0
;
background
:
#fff
;
width
:
100%
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
30px
;
border-top
:
1px
solid
#F0F3FA
}
.forMyApprovalLayerBtn
input
{
margin-right
:
10px
;}
.myApprovalMenu
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
background
:
#fff
;
border-radius
:
4px
;
margin
:
3
0px
0
;}
.myApprovalMenu
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
background
:
#fff
;
border-radius
:
4px
;
margin
:
1
0px
0
;}
.myApprovalMenu
li
{
float
:
left
;
width
:
25%
;
font-size
:
14px
;
color
:
#666
;
cursor
:
pointer
;}
.myApprovalMenu
li
:hover
{
border-bottom
:
2px
solid
#E95252
;}
.myApprovalMenu
li
.cked
{
border-bottom
:
2px
solid
#E95252
;
font-size
:
16px
;
color
:
#E95252
;}
...
...
src/pages/administration/myApprovalList.vue
View file @
1a1ebc8d
...
...
@@ -6,6 +6,9 @@
<li
:class=
"
{cked:liCkedIndex==3}">我发起的
</li>
<li
:class=
"
{cked:liCkedIndex==4}" @click="goUrl('sendToMeApproval')">抄送我的
</li>
</div>
<div
style=
"text-align: right"
>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
/>
</div>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<li>
...
...
@@ -21,7 +24,7 @@
<el-option
v-for=
'item in appAuditStatusList'
:label=
'item.label'
:value=
'item.value'
:key=
'item.value'
></el-option>
</el-select></span>
</li>
<li><
input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
/><
/li>
<li></li>
</ul>
</div>
<div
class=
"appListparent"
v-loading=
'loading'
>
...
...
@@ -663,7 +666,7 @@
.forMyApprovalLayercontentDiv
.myApprovalTable
tr
td
:nth-child
(
1
)
{
text-align
:
right
;
color
:
#666
;}
.forMyApprovalLayerBtn
{
position
:
fixed
;
bottom
:
0
;
background
:
#fff
;
width
:
100%
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
30px
;
border-top
:
1px
solid
#F0F3FA
}
.forMyApprovalLayerBtn
input
{
margin-right
:
10px
;}
.myApprovalMenu
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
background
:
#fff
;
border-radius
:
4px
;
margin
:
3
0px
0
;}
.myApprovalMenu
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
background
:
#fff
;
border-radius
:
4px
;
margin
:
1
0px
0
;}
.myApprovalMenu
li
{
float
:
left
;
width
:
25%
;
font-size
:
14px
;
color
:
#666
;
cursor
:
pointer
;}
.myApprovalMenu
li
:hover
{
border-bottom
:
2px
solid
#E95252
;}
.myApprovalMenu
li
.cked
{
border-bottom
:
2px
solid
#E95252
;
font-size
:
16px
;
color
:
#E95252
;}
...
...
src/pages/administration/sendToMeApproval.vue
View file @
1a1ebc8d
...
...
@@ -6,6 +6,9 @@
<li
:class=
"
{cked:liCkedIndex==3}" @click="goUrl('myApprovalList')">我发起的
</li>
<li
:class=
"
{cked:liCkedIndex==4}">抄送我的
</li>
</div>
<div
style=
"text-align: right"
>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
/>
</div>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<li>
...
...
@@ -28,7 +31,7 @@
</el-select>
</span>
</li>
<li
style=
"top:-155px!important"
><
input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
/><
/li>
<li
style=
"top:-155px!important"
></li>
</ul>
</div>
<div
class=
"appListparent"
v-loading=
'loading'
>
...
...
@@ -666,7 +669,7 @@
.forMyApprovalLayercontentDiv
.myApprovalTable
tr
td
:nth-child
(
1
)
{
text-align
:
right
;
color
:
#666
;}
.forMyApprovalLayerBtn
{
position
:
fixed
;
bottom
:
0
;
background
:
#fff
;
width
:
100%
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
30px
;
border-top
:
1px
solid
#F0F3FA
}
.forMyApprovalLayerBtn
input
{
margin-right
:
10px
;}
.myApprovalMenu
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
background
:
#fff
;
border-radius
:
4px
;
margin
:
3
0px
0
;}
.myApprovalMenu
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
background
:
#fff
;
border-radius
:
4px
;
margin
:
1
0px
0
;}
.myApprovalMenu
li
{
float
:
left
;
width
:
25%
;
font-size
:
14px
;
color
:
#666
;
cursor
:
pointer
;}
.myApprovalMenu
li
:hover
{
border-bottom
:
2px
solid
#E95252
;}
.myApprovalMenu
li
.cked
{
border-bottom
:
2px
solid
#E95252
;
font-size
:
16px
;
color
:
#E95252
;}
...
...
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