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
101528ac
Commit
101528ac
authored
Feb 21, 2022
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
金币部分改造
parent
718cff7e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
56 additions
and
61 deletions
+56
-61
src/pages/workbench/fwgl/approval_service_detail.vue
src/pages/workbench/fwgl/approval_service_detail.vue
+24
-24
src/pages/workbench/fwgl/cloud-detail.vue
src/pages/workbench/fwgl/cloud-detail.vue
+6
-6
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+0
-5
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+8
-8
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+18
-18
No files found.
src/pages/workbench/fwgl/approval_service_detail.vue
View file @
101528ac
...
@@ -298,17 +298,17 @@ export default {
...
@@ -298,17 +298,17 @@ export default {
solt_name
:
"
zd_table
"
solt_name
:
"
zd_table
"
},
},
{
{
title
:
"
申请
时长
:
"
,
title
:
"
申请
使用期限
:
"
,
info
:
""
info
:
""
},
},
{
//
{
title
:
"
申请规格:
"
,
//
title: "申请规格:",
info
:
""
//
info: ""
},
//
},
{
//
{
title
:
"
总价:
"
,
//
title: "总价:",
info
:
""
//
info: ""
}
//
}
]
]
};
};
},
},
...
@@ -476,21 +476,21 @@ export default {
...
@@ -476,21 +476,21 @@ export default {
?
"
不限时长
"
?
"
不限时长
"
:
data
.
service_apply_info
.
duration
+
"
月
"
:
data
.
service_apply_info
.
duration
+
"
月
"
);
);
this
.
$set
(
//
this.$set(
this
.
list_arr
[
9
],
//
this.list_arr[9],
"
info
"
,
//
"info",
data
.
service_apply_info
.
spcs_type
==
1
//
data.service_apply_info.spcs_type == 1
?
data
.
service_apply_info
.
single_money
+
//
? data.service_apply_info.single_money +
"
金币/
"
+
//
"金币/" +
data
.
service_apply_info
.
spcs_count
+
//
data.service_apply_info.spcs_count +
"
次
"
//
"次"
:
data
.
service_apply_info
.
single_money
+
"
金币/月
"
//
: data.service_apply_info.single_money + "金币/月"
);
//
);
this
.
$set
(
//
this.$set(
this
.
list_arr
[
10
],
//
this.list_arr[10],
"
info
"
,
//
"info",
data
.
service_apply_info
.
total_money
+
"
金币
"
//
data.service_apply_info.total_money + "金币"
);
//
);
// console.log(data)
// console.log(data)
if
(
data
.
data_service_type1
==
36
)
{
if
(
data
.
data_service_type1
==
36
)
{
this
.
list_arr
.
splice
(
6
,
2
);
this
.
list_arr
.
splice
(
6
,
2
);
...
...
src/pages/workbench/fwgl/cloud-detail.vue
View file @
101528ac
...
@@ -342,10 +342,10 @@ export default {
...
@@ -342,10 +342,10 @@ export default {
title
:
"
剩余使用天数:
"
,
title
:
"
剩余使用天数:
"
,
info
:
"
1000天
"
,
info
:
"
1000天
"
,
},
},
{
//
{
title
:
"
支付总价:
"
,
//
title: "支付总价:",
info
:
"
0 金币
"
,
//
info: "0 金币",
},
//
},
{
{
title
:
"
到期时间:
"
,
title
:
"
到期时间:
"
,
info
:
"
2020-06-02 15:54:21
"
,
info
:
"
2020-06-02 15:54:21
"
,
...
@@ -702,8 +702,8 @@ export default {
...
@@ -702,8 +702,8 @@ export default {
this
.
list_arr
[
3
].
url
=
data
.
apply_file
;
// application file url
this
.
list_arr
[
3
].
url
=
data
.
apply_file
;
// application file url
this
.
list_arr
[
6
].
info
=
data
.
bgn_time
;
// get time
this
.
list_arr
[
6
].
info
=
data
.
bgn_time
;
// get time
this
.
list_arr
[
7
].
info
=
data
.
time_remaining
;
// remaining days
this
.
list_arr
[
7
].
info
=
data
.
time_remaining
;
// remaining days
this
.
list_arr
[
8
].
info
=
data
.
total_money
;
//
this.list_arr[8].info = data.total_money;
this
.
list_arr
[
9
].
info
=
data
.
end_time
;
// maturity time
this
.
list_arr
[
8
].
info
=
data
.
end_time
;
// maturity time
this
.
list_arr_my
[
0
].
info
=
data
.
first_level_time
||
"
暂未提交
"
;
// submit application time
this
.
list_arr_my
[
0
].
info
=
data
.
first_level_time
||
"
暂未提交
"
;
// submit application time
this
.
list_arr_my
[
1
].
info
=
data
.
second_level_time
||
"
暂未获取
"
;
// super get time
this
.
list_arr_my
[
1
].
info
=
data
.
second_level_time
||
"
暂未获取
"
;
// super get time
this
.
super_status
=
data
.
second_level
;
// super status
this
.
super_status
=
data
.
second_level
;
// super status
...
...
src/pages/workbench/fwgl/fwglList.vue
View file @
101528ac
...
@@ -586,11 +586,6 @@ export default {
...
@@ -586,11 +586,6 @@ export default {
];
];
},
},
},
},
{
label
:
"
费用
"
,
align
:
"
center
"
,
prop
:
"
total_money
"
},
{
{
label
:
"
资源调整结果
"
,
label
:
"
资源调整结果
"
,
align
:
"
center
"
,
align
:
"
center
"
,
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
101528ac
...
@@ -744,15 +744,15 @@ export default {
...
@@ -744,15 +744,15 @@ export default {
"
服务基本信息
"
,
"
服务基本信息
"
,
"
接口详细信息
"
,
"
接口详细信息
"
,
"
服务运行状态
"
,
"
服务运行状态
"
,
"
服务计费规则
"
,
//
"服务计费规则",
"
服务交易记录
"
,
//
"服务交易记录",
],
],
[
[
"
服务基本信息
"
,
"
服务基本信息
"
,
"
接口详细信息
"
,
"
接口详细信息
"
,
"
服务运行状态
"
,
"
服务运行状态
"
,
"
服务规格
"
,
//
"服务规格",
"
服务交易记录
"
,
//
"服务交易记录",
],
],
],
],
service_size_data
:
[],
//服务规格数组
service_size_data
:
[],
//服务规格数组
...
@@ -1597,13 +1597,13 @@ export default {
...
@@ -1597,13 +1597,13 @@ export default {
this
.
service_arr
[
1
][
0
]
=
"
产品基本信息
"
;
this
.
service_arr
[
1
][
0
]
=
"
产品基本信息
"
;
this
.
service_arr
[
1
][
1
]
=
""
;
this
.
service_arr
[
1
][
1
]
=
""
;
this
.
service_arr
[
1
][
2
]
=
""
;
this
.
service_arr
[
1
][
2
]
=
""
;
this
.
service_arr
[
1
][
3
]
=
"
产品计费规则
"
;
//
this.service_arr[1][3] = "产品计费规则";
this
.
service_arr
[
1
][
4
]
=
"
产品交易记录
"
;
//
this.service_arr[1][4] = "产品交易记录";
this
.
service_arr
[
2
][
0
]
=
"
产品基本信息
"
;
this
.
service_arr
[
2
][
0
]
=
"
产品基本信息
"
;
this
.
service_arr
[
2
][
1
]
=
""
;
this
.
service_arr
[
2
][
1
]
=
""
;
this
.
service_arr
[
2
][
2
]
=
""
;
this
.
service_arr
[
2
][
2
]
=
""
;
this
.
service_arr
[
2
][
3
]
=
"
产品规格
"
;
//
this.service_arr[2][3] = "产品规格";
this
.
service_arr
[
2
][
4
]
=
"
产品交易记录
"
;
//
this.service_arr[2][4] = "产品交易记录";
this
.
getMd
(
data
.
doc_file
);
this
.
getMd
(
data
.
doc_file
);
}
}
// console.log(this.service_arr)
// console.log(this.service_arr)
...
...
src/pages/workbench/workPlace.vue
View file @
101528ac
...
@@ -924,14 +924,14 @@ export default {
...
@@ -924,14 +924,14 @@ export default {
type
:
"
app_count
"
,
type
:
"
app_count
"
,
num
:
""
num
:
""
},
},
{
//
{
text
:
"
交易总额
"
,
//
text: "交易总额",
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
//
pic: require("@/assets/imgs/ic_shouyize.png"),
bg
:
"
rgb(255,242,226)
"
,
//
bg: "rgb(255,242,226)",
color
:
"
#ea7d19
"
,
//
color: "#ea7d19",
type
:
"
trade_money
"
,
//
type: "trade_money",
num
:
""
//
num: ""
}
//
}
],
],
[
[
{
{
...
@@ -958,14 +958,14 @@ export default {
...
@@ -958,14 +958,14 @@ export default {
type
:
"
app_count
"
,
type
:
"
app_count
"
,
num
:
""
num
:
""
},
},
{
//
{
text
:
"
交易总额
"
,
//
text: "交易总额",
pic
:
require
(
"
@/assets/imgs/ic_shouyize.png
"
),
//
pic: require("@/assets/imgs/ic_shouyize.png"),
bg
:
"
rgb(255,242,226)
"
,
//
bg: "rgb(255,242,226)",
color
:
"
#ea7d19
"
,
//
color: "#ea7d19",
type
:
"
trade_money
"
,
//
type: "trade_money",
num
:
""
//
num: ""
}
//
}
]
]
],
],
online_tool_arr
:
[
online_tool_arr
:
[
...
@@ -2143,11 +2143,11 @@ export default {
...
@@ -2143,11 +2143,11 @@ export default {
.menu_box2
:nth-last-of-type
(
1
)
{
.menu_box2
:nth-last-of-type
(
1
)
{
margin-right
:
0px
;
margin-right
:
0px
;
}
}
.menu_box1
,
/*
.menu_box1,
.menu_box2 {
.menu_box2 {
width: calc((100% - 60px) / 4);
width: calc((100% - 60px) / 4);
margin-right: 20px;
margin-right: 20px;
}
}
*/
.menu
img
{
.menu
img
{
float
:
left
;
float
:
left
;
margin
:
28px
0
0
28px
;
margin
:
28px
0
0
28px
;
...
...
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