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
5a27e33d
Commit
5a27e33d
authored
Jan 11, 2021
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
84e12efc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
29 deletions
+36
-29
src/components/general/codes.vue
src/components/general/codes.vue
+1
-1
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+1
-1
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+31
-25
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+1
-1
src/pages/workbench/yygl/app_debugger.vue
src/pages/workbench/yygl/app_debugger.vue
+2
-1
No files found.
src/components/general/codes.vue
View file @
5a27e33d
...
...
@@ -46,7 +46,7 @@ export default {
}
if
(
this
.
datas
)
{
let
obj
=
""
;
console
.
log
(
typeof
JSON
.
parse
(
this
.
datas
));
//
console.log(typeof JSON.parse(this.datas));
try
{
if
(
typeof
JSON
.
parse
(
this
.
datas
)
==
"
object
"
)
{
obj
=
JSON
.
stringify
(
JSON
.
parse
(
this
.
datas
),
null
,
"
\t
"
);
...
...
src/pages/authority/user/organizationuser.vue
View file @
5a27e33d
...
...
@@ -497,7 +497,7 @@ export default {
this
.
backPage
();
this
.
$message
.
success
(
"
新增成功
"
);
}
else
{
this
.
$message
.
error
(
"
新增失败
"
);
this
.
$message
.
error
(
response
.
data
.
errMsg
);
}
})
.
catch
((
response
)
=>
{
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
5a27e33d
...
...
@@ -798,12 +798,12 @@ export default {
minWidth
:
"
20%
"
,
align
:
"
left
"
,
},
{
prop
:
"
dyr
"
,
label
:
"
调用人
"
,
width
:
"
100px
"
,
align
:
"
center
"
,
},
//
{
//
prop: "dyr",
//
label: "调用人",
//
width: "100px",
//
align: "center",
//
},
{
prop
:
"
dyyw
"
,
label
:
"
调用业务系统
"
,
...
...
@@ -816,30 +816,36 @@ export default {
minWidth
:
"
20%
"
,
align
:
"
left
"
,
},
{
prop
:
"
cjms
"
,
label
:
"
场景描述
"
,
minWidth
:
"
40%
"
,
align
:
"
left
"
,
},
{
prop
:
"
sqgg
"
,
label
:
"
申请规格
"
,
minWidth
:
"
40%
"
,
align
:
"
center
"
,
},
{
prop
:
"
sqsc
"
,
label
:
"
申请时长
"
,
minWidth
:
"
40%
"
,
align
:
"
center
"
,
},
//
{
//
prop: "cjms",
//
label: "场景描述",
//
minWidth: "40%",
//
align: "left",
//
},
//
{
//
prop: "sqgg",
//
label: "申请规格",
//
minWidth: "40%",
//
align: "center",
//
},
//
{
//
prop: "sqsc",
//
label: "申请时长",
//
minWidth: "40%",
//
align: "center",
//
},
{
prop
:
"
sqsj
"
,
label
:
"
申请调用时间
"
,
width
:
"
160px
"
,
align
:
"
right
"
,
},
{
prop
:
"
state
"
,
label
:
"
调用状态
"
,
width
:
"
160px
"
,
align
:
"
right
"
,
},
],
header_gz_process_arr
:
[
{
...
...
@@ -1778,7 +1784,7 @@ export default {
this
.
sizeset_flag
=
false
;
this
.
getsize_arr
();
}
else
{
this
.
$message
.
error
(
"
保存失败
"
);
this
.
$message
.
error
(
response
.
data
.
errMsg
);
}
});
},
...
...
src/pages/workbench/workPlace.vue
View file @
5a27e33d
...
...
@@ -893,7 +893,7 @@ export default {
pic
:
require
(
"
@/assets/imgs/ic_gongzuoquyu.png
"
),
bg
:
"
#e7fdfc
"
,
color
:
"
#25bdb1
"
,
type
:
"
earnings_money
"
,
type
:
"
workplace_count
"
,
num
:
""
}
],
...
...
src/pages/workbench/yygl/app_debugger.vue
View file @
5a27e33d
...
...
@@ -314,7 +314,8 @@ export default {
.
get
(
`/apaas/rest/kubernetes/api/v1/_raw/pod/namespace/
${
val
.
namespace
}
/name/
${
val
.
name
}
`
)
.
then
(
response
=>
{
console
.
log
(
response
.
data
);
this
.
yaml_arr
=
yaml
.
stringify
(
response
.
data
)
this
.
yaml_arr
=
yaml
.
stringify
(
response
.
data
);
console
.
log
(
this
.
yaml_arr
)
this
.
code_arr
=
JSON
.
stringify
(
json
.
load
(
this
.
yaml_arr
),
null
,
2
);
this
.
$refs
.
actiondialog
.
show
();
...
...
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