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
9ae778c9
Commit
9ae778c9
authored
Jun 30, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务管理上架中改为审核中
parent
1f369b87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+4
-4
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+1
-1
static/servicedetail1.json
static/servicedetail1.json
+1
-1
No files found.
src/pages/workbench/fwgl/fwglList.vue
View file @
9ae778c9
...
...
@@ -150,7 +150,7 @@ export default {
{
getLabel
(
item
)
{
return
(
[
"
申请上架
"
,
"
申请下架
"
,
"
申请上架
中
"
][
item
.
state
]
||
"
-
"
[
"
申请上架
"
,
"
申请下架
"
,
"
审核
中
"
][
item
.
state
]
||
"
-
"
);
},
callback
(
item
)
{
...
...
@@ -199,7 +199,7 @@ export default {
prop
:
"
state
"
,
data
:
[
{
name
:
"
上架
中
"
,
name
:
"
审核
中
"
,
value
:
1
,
},
{
...
...
@@ -430,7 +430,7 @@ export default {
label
:
"
服务状态
"
,
prop
:
"
state
"
,
getText
(
item
)
{
return
[
"
已下架
"
,
"
已上架
"
,
"
上架
中
"
][
item
.
state
];
return
[
"
已下架
"
,
"
已上架
"
,
"
审核
中
"
][
item
.
state
];
},
align
:
"
center
"
,
},
...
...
@@ -459,7 +459,7 @@ export default {
prop
:
"
state
"
,
data
:
[
{
name
:
"
上架
中
"
,
name
:
"
审核
中
"
,
value
:
1
,
},
{
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
9ae778c9
...
...
@@ -425,7 +425,7 @@ export default {
"
其他
"
,
],
open_arr
:
[
"
共享
"
,
"
受限
"
,
"
敏感
"
],
service_state_arr
:
[
"
已下架
"
,
"
已上架
"
,
"
上架
中
"
],
service_state_arr
:
[
"
已下架
"
,
"
已上架
"
,
"
审核
中
"
],
request_arr
:
[
"
GET
"
,
"
POST
"
,
"
PUT
"
,
"
DELETE
"
],
list_arr
:
[
{
...
...
static/servicedetail1.json
View file @
9ae778c9
...
...
@@ -17,7 +17,7 @@
},
{
"name"
:
"服务状态"
,
"text"
:
"
上架
中"
"text"
:
"
审核
中"
}
],
"second"
:
[
...
...
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