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
09ab9a26
Commit
09ab9a26
authored
Nov 06, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务规格编辑和服务申请
parent
ed11460b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
src/pages/workbench/fwgl/apply_service_detail.vue
src/pages/workbench/fwgl/apply_service_detail.vue
+1
-1
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+19
-4
No files found.
src/pages/workbench/fwgl/apply_service_detail.vue
View file @
09ab9a26
...
...
@@ -727,7 +727,7 @@ export default {
:
"
#e15260
"
);
this
.
$set
(
this
.
service_header_arr
[
"
second
"
][
0
],
"
text
"
,
data
.
req_url
);
this
.
$set
(
this
.
service_header_arr
[
"
second
"
][
0
],
"
text
"
,
data
.
service_apply_info
.
urls
[
0
].
req_url
);
this
.
$set
(
this
.
service_header_arr
,
"
url
"
,
data
.
cover
);
//判断是否是服务注册出来的流程服务
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
09ab9a26
...
...
@@ -1467,6 +1467,7 @@ export default {
e
.
descript
=
'
每月不限调用次数
'
}
});
this
.
size_arr_down
=
val
;
},
...
...
@@ -1482,16 +1483,30 @@ export default {
var
temp
=
data
.
data
||
[]
temp
.
forEach
((
e
,
idx
)
=>
{
e
.
index
=
idx
+
1
// if(e.spcs_type==1){
// e.gg = e.money+'/'+e.spcs_count
// e.time = '不限时长'
// e.pv = e.spcs_count
// e.d_price = ''
// }else if(e.spcs_type==1){
// e.gg = e.money+'/月'
// e.time = '1个月'
// e.pv = '不限次数'
// e.d_price = '-'
// }
if
(
e
.
spcs_type
==
1
){
e
.
gg
=
e
.
money
+
'
/
'
+
e
.
spcs_count
e
.
gg
=
e
.
money
+
'
金币/
'
+
e
.
spcs_count
+
'
次
'
e
.
time
=
'
不限时长
'
e
.
pv
=
e
.
spcs_count
e
.
d_price
=
''
}
else
if
(
e
.
spcs_type
==
1
){
e
.
gg
=
e
.
money
+
'
/月
'
e
.
d_price
=
e
.
money
/
e
.
spcs_count
+
'
金币/次
'
e
.
spcs_type_name
=
'
计次收费
'
}
else
if
(
e
.
spcs_type
==
2
){
e
.
gg
=
e
.
money
+
'
金币/月
'
e
.
time
=
'
1个月
'
e
.
pv
=
'
不限次数
'
e
.
d_price
=
'
-
'
e
.
spcs_type_name
=
'
计时收费
'
}
});
this
.
service_size_data
=
temp
;
...
...
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