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
fc532ca5
Commit
fc532ca5
authored
Jul 31, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
7bb655f4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
125 deletions
+13
-125
src/components/apass-table.vue
src/components/apass-table.vue
+8
-2
src/pages/workbench/fwgl/serviceEdit.vue
src/pages/workbench/fwgl/serviceEdit.vue
+3
-5
src/pages/workbench/yygl/app_edit.vue
src/pages/workbench/yygl/app_edit.vue
+1
-1
src/pages/workbench/yygl/apply_app_detail.vue
src/pages/workbench/yygl/apply_app_detail.vue
+1
-117
No files found.
src/components/apass-table.vue
View file @
fc532ca5
...
...
@@ -115,12 +115,18 @@
:styles=
"item.prop == 'cpu' ? spCurveStyles2 : spCurveStyles3"
/>
</sparkline>
<span
class=
"use"
v-if=
"item.prop == 'cpu'"
<span
class=
"use"
v-if=
"item.prop == 'cpu'
&&scope.row.cpu_use
"
>
{{ scope.row["cpu_use"] }}.00mm
</span
>
<span
class=
"use"
v-if=
"item.prop == 'mermoy'"
<span
class=
"use"
v-if=
"item.prop == 'cpu'&&!scope.row.cpu_use"
>
0mm
</span
>
<span
class=
"use"
v-if=
"item.prop == 'mermoy'&&scope.row.memory_use"
>
{{ scope.row["memory_use"] }}Mi
</span
>
<span
class=
"use"
v-if=
"item.prop == 'mermoy'&&!scope.row.memory_use"
>
0Mi
</span
>
</div>
<div
v-else-if=
"item.type === 'image'"
class=
"img_content"
>
<img
...
...
src/pages/workbench/fwgl/serviceEdit.vue
View file @
fc532ca5
...
...
@@ -221,11 +221,6 @@ export default {
open
(){
this
.
maxline
=
''
},
open1
(){
this
.
maxline1
=
''
this
.
usetime1
=
''
this
.
timevalue
=
''
},
},
computed
:
{
...
mapGetters
([
...
...
@@ -385,6 +380,9 @@ export default {
}
else
{
this
.
open1
=
1
}
this
.
maxline1
=
''
this
.
usetime1
=
''
this
.
timevalue
=
''
},
openstart2
(){
if
(
this
.
open2
){
...
...
src/pages/workbench/yygl/app_edit.vue
View file @
fc532ca5
...
...
@@ -273,7 +273,7 @@ export default {
getNewList
(
val
)
{
console
.
log
(
val
);
this
.
form
.
fileList
=
""
this
.
form
.
fileList
=
[
val
]
.
map
((
v
,
k
)
=>
{
this
.
form
.
fileList
=
val
.
map
((
v
,
k
)
=>
{
return
v
.
url
}).
join
(
'
;
'
)
console
.
log
(
this
.
form
.
fileList
)
...
...
src/pages/workbench/yygl/apply_app_detail.vue
View file @
fc532ca5
...
...
@@ -53,122 +53,6 @@ export default {
data
()
{
return
{
now_user
:
0
,
//0:普通用户,1:组织管理员,2:超级管理员
approval_arr
:
[
{
title
:
"
一级审批
"
,
result
:
"
审批通过
"
,
arr
:
[
{
title
:
"
审批时间:
"
,
info
:
"
2020-02-28 15:23:45
"
,
},
{
title
:
"
审批单位:
"
,
info
:
"
某某某城管局
"
,
},
{
title
:
"
审批人:
"
,
info
:
"
张先生
"
,
},
{
title
:
"
审批意见:
"
,
info
:
"
同意
"
,
},
],
},
{
title
:
"
二级审批
"
,
result
:
"
审批通过
"
,
arr
:
[
{
title
:
"
审批时间:
"
,
info
:
"
2020-02-28 15:23:45
"
,
},
{
title
:
"
审批单位:
"
,
info
:
"
某某某城管局
"
,
},
{
title
:
"
审批人:
"
,
info
:
"
张先生
"
,
},
{
title
:
"
审批意见:
"
,
info
:
"
同意
"
,
},
],
},
],
approval_arr1
:
[
{
title
:
"
一级审批
"
,
result
:
"
审批通过
"
,
arr
:
[
{
title
:
"
审批时间:
"
,
info
:
"
2020-02-28 15:23:45
"
,
},
{
title
:
"
审批单位:
"
,
info
:
"
某某某城管局
"
,
},
{
title
:
"
审批人:
"
,
info
:
"
张先生
"
,
},
{
title
:
"
审批意见:
"
,
info
:
"
同意
"
,
},
],
},
{
title
:
"
二级审批
"
,
result
:
"
审批未通过
"
,
arr
:
[
{
title
:
"
审批时间:
"
,
info
:
"
2020-02-28 15:23:45
"
,
},
{
title
:
"
审批单位:
"
,
info
:
"
某某某城管局
"
,
},
{
title
:
"
审批人:
"
,
info
:
"
张先生
"
,
},
{
title
:
"
审批意见:
"
,
info
:
"
不同意,驳回。
"
,
},
],
},
],
approval_arr2
:
[
{
title
:
"
一级审批
"
,
result
:
"
审批未通过
"
,
arr
:
[
{
title
:
"
审批时间:
"
,
info
:
"
2020-02-28 15:23:45
"
,
},
{
title
:
"
审批单位:
"
,
info
:
"
某某某城管局
"
,
},
{
title
:
"
审批人:
"
,
info
:
"
张先生
"
,
},
{
title
:
"
审批意见:
"
,
info
:
"
不同意,驳回。
"
,
},
],
},
],
approval_arr3
:[],
service_arr
:
[
"
基本信息
"
,
"
申请审批信息
"
],
service_header_arr
:
{
...
...
@@ -204,7 +88,7 @@ export default {
"
text
"
:
"
2020-02-28 17:59:30
"
}
],
aqdetail
:
true
,
//
aqdetail: true,
},
now_service
:
0
,
list_arr
:[
...
...
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