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
509f2065
Commit
509f2065
authored
Nov 04, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务计费规格显示
parent
2c41e9ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
19 deletions
+8
-19
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+7
-5
src/pages/workbench/yygl/app_detail.vue
src/pages/workbench/yygl/app_detail.vue
+1
-14
No files found.
src/pages/workbench/fwgl/serviceDetail.vue
View file @
509f2065
...
...
@@ -824,7 +824,7 @@ export default {
align
:
"
center
"
,
},
{
prop
:
"
spcs_type
"
,
prop
:
"
spcs_type
_name
"
,
label
:
"
规格类型
"
,
minWidth
:
"
33.33%
"
,
align
:
"
center
"
,
...
...
@@ -1420,15 +1420,17 @@ export default {
temp
.
forEach
((
e
,
idx
)
=>
{
e
.
index
=
idx
+
1
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
=
e
.
money
}
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
;
...
...
src/pages/workbench/yygl/app_detail.vue
View file @
509f2065
...
...
@@ -487,20 +487,7 @@ export default {
minWidth
:
"
33.33%
"
,
align
:
"
left
"
,
type
:
'
input
'
},
{
label
:
"
操作
"
,
type
:
"
Button
"
,
align
:
"
center
"
,
width
:
140
,
btnList
:
[
{
type
:
"
action-delete
"
,
label
:
"
删除
"
,
local
:
true
,
},
],
},
}
],
rules
:
{
name
:
[{
required
:
true
,
message
:
"
请输入镜像名称
"
,
trigger
:
"
blur
"
},
...
...
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