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
429d9da0
Commit
429d9da0
authored
Aug 28, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人档案同步注册,订单详情优化,云详情优化
parent
dcd7a948
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
src/pages/user/order/order_detail.vue
src/pages/user/order/order_detail.vue
+5
-5
src/pages/user/user_info.vue
src/pages/user/user_info.vue
+2
-1
src/pages/workbench/fwgl/cloud-detail.vue
src/pages/workbench/fwgl/cloud-detail.vue
+4
-0
No files found.
src/pages/user/order/order_detail.vue
View file @
429d9da0
...
...
@@ -222,11 +222,11 @@
<span
class=
"params_block_item_title"
>
容器组:
</span>
<span
class=
"params_block_item_val"
>
{{
orderDetail
.
memory
}}
核
</span>
</div>
<div
class=
"params_block_item_in"
>
<div
v-if=
"orderDetail.disk_num != 0"
class=
"params_block_item_in"
>
<span
class=
"params_block_item_title"
>
数据盘:
</span>
<span
class=
"params_block_item_val"
>
{{
orderDetail
.
disk_num
}}
块,每块
{{
orderDetail
.
disk_cap
}}
GB
</span>
>
{{
orderDetail
.
disk_num
}}
块,每块
{{
orderDetail
.
disk_cap
}}
GB
</span>
</div>
</div>
<span
class=
"params_block_title margin_top_20"
>
单个容器组规格:
</span>
...
...
@@ -239,10 +239,10 @@
</p>
</div>
<div
class=
"params_block_item_in"
>
<span
class=
"params_block_item_title"
>
CPU
:
</span>
<span
class=
"params_block_item_title"
>
内存
:
</span>
<p
class=
"params_block_item_val"
>
<span
class=
"val_has_2"
>
最高
{{
orderDetail
.
one_memory_max
}}
核
</span>
<span
class=
"val_has_2"
>
默认
{{
orderDetail
.
one_memory_min
}}
核
</span>
<span
class=
"val_has_2"
>
最高
{{
orderDetail
.
one_memory_max
}}
GB
</span>
<span
class=
"val_has_2"
>
默认
{{
orderDetail
.
one_memory_min
}}
GB
</span>
</p>
</div>
</div>
...
...
src/pages/user/user_info.vue
View file @
429d9da0
...
...
@@ -284,7 +284,8 @@ export default {
rules_user
:
{
accountNo
:
[
{
required
:
true
,
message
:
"
请输入账号
"
,
trigger
:
"
blur
"
},
{
max
:
16
,
message
:
"
长度请小于16个字符
"
,
trigger
:
"
blur
"
},
{
max
:
16
,
message
:
"
长度请不大于16个字符
"
,
trigger
:
"
blur
"
},
{
min
:
3
,
message
:
"
长度请不小于3个字符
"
,
trigger
:
"
blur
"
},
{
validator
:
user_name_pass
,
trigger
:
"
blur
"
},
],
nickname
:
[
...
...
src/pages/workbench/fwgl/cloud-detail.vue
View file @
429d9da0
...
...
@@ -635,6 +635,7 @@ export default {
}
else
if
(
this
.
apploy_msg
.
first_level
!=
0
)
{
// 组织审批了
this
.
tabShow
=
true
;
this
.
list_arr
.
splice
(
0
,
1
);
}
this
.
activeName
=
"
0
"
;
}
else
if
(
this
.
now_user
==
2
)
{
...
...
@@ -672,6 +673,9 @@ export default {
this
.
list_arr
.
splice
(
index
,
1
);
}
}
if
(
this
.
appList
.
length
==
0
)
{
this
.
list_arr
.
splice
(
-
2
);
}
},
getCloudDetail
()
{
let
query
=
{
...
...
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