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
afce1a9f
Commit
afce1a9f
authored
May 22, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加事件
parent
9ce293c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
src/components/table-um.vue
src/components/table-um.vue
+1
-1
src/pages/apply_app_detail.vue
src/pages/apply_app_detail.vue
+8
-2
src/pages/approval_app_detail.vue
src/pages/approval_app_detail.vue
+4
-1
No files found.
src/components/table-um.vue
View file @
afce1a9f
...
...
@@ -184,7 +184,7 @@
{{
[
1
,
2
,
3
].
indexOf
(
scope
.
row
[
item
.
prop
])
!==-
1
?
''
:
scope
.
row
[
item
.
prop
]
}}
</span>
<!-- 服务添加图标 -->
<span
v-else-if=
"item.type === 'hot'"
:style=
"scope.row['hot']?
{marginLeft:'-1
2px'}:{
}">
<span
v-else-if=
"item.type === 'hot'"
:style=
"scope.row['hot']?
{marginLeft:'-1
0px'}:{paddingLeft:'2px'
}">
<img
src=
"../assets/imgs/list_ic_hot.png"
alt=
""
v-if=
"scope.row['hot']"
>
{{
scope
.
row
[
item
.
prop
]
}}
</span>
...
...
src/pages/apply_app_detail.vue
View file @
afce1a9f
...
...
@@ -23,6 +23,7 @@
</div>
<div
class=
"type_box_select"
>
<info-list
@
download=
"download"
:list_arr=
"
now_service == 0
? list_arr
...
...
@@ -226,7 +227,7 @@ export default {
{
title
:
"
申请文件:
"
,
info
:
""
,
url
:
""
,
url
:
"
1111
"
,
type
:
"
down
"
},
{
...
...
@@ -261,6 +262,9 @@ export default {
},
mounted
()
{},
methods
:
{
download
(
val
){
console
.
log
(
val
);
},
getServiceapplyInfo
()
{
this
.
$http
.
get
(
"
/static/applyappdetail.json
"
)
...
...
@@ -330,7 +334,7 @@ export default {
.detail_contain
{
width
:
100%
;
padding
:
0
20px
;
margin-bottom
:
20px
;
height
:
calc
(
100%
-
55px
)
;
}
.info_contain
{
padding
:
25px
20px
;
...
...
@@ -338,6 +342,8 @@ export default {
width
:
100%
;
box-shadow
:
0px
3px
6px
0px
#f4f7fc
;
border-radius
:
12px
;
min-height
:
calc
(
100%
-
20px
);
margin-bottom
:
20px
;
}
.now_page_title
{
margin
:
15px
0
;
...
...
src/pages/approval_app_detail.vue
View file @
afce1a9f
...
...
@@ -17,7 +17,7 @@
>
{{
item
}}
</div>
</div>
<div
class=
"type_box_select"
>
<info-list
:list_arr=
"now_service==0?list_arr:servicead_arr[now_user]"
>
<info-list
@
download=
"download"
:list_arr=
"now_service==0?list_arr:servicead_arr[now_user]"
>
<table-um
:headers=
"header_arr"
url=
"params_arr"
slot=
"zd_table"
></table-um>
<process-card
type=
"approval"
:data=
"approval_arr[now_user]"
slot=
"sp_card"
></process-card>
<div
class=
"info_contain1"
slot=
"sp_result"
>
...
...
@@ -232,6 +232,9 @@ export default {
},
mounted
()
{},
methods
:
{
download
(
val
){
console
.
log
(
val
);
},
getapplyinfo
(){
this
.
$http
.
get
(
"
/static/approvalappdetail.json
"
)
...
...
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