diff --git a/src/pages/workbench/fwgl/cloud-detail.vue b/src/pages/workbench/fwgl/cloud-detail.vue
index 27db869a787ef70fdf7d92bf0c40b42c76817ba1..db2370a55e1c4e74de981b7c34b13fe4d4e99e75 100644
--- a/src/pages/workbench/fwgl/cloud-detail.vue
+++ b/src/pages/workbench/fwgl/cloud-detail.vue
@@ -105,10 +105,10 @@
-
CPU:
+
内存:
- 最高 {{ cloudDteail.one_memory_max }}核
- 默认 {{ cloudDteail.one_memory_min }}核
+ 最高 {{ cloudDteail.one_memory_max }}G
+ 默认 {{ cloudDteail.one_memory_min }}G
@@ -155,10 +155,10 @@
-
CPU:
+
内存:
- 最高 {{ cloudDetailNew.adjust_one_memory_max }}核
- 默认 {{ cloudDetailNew.adjust_one_memory_min }}核
+ 最高 {{ cloudDetailNew.adjust_one_memory_max }}G
+ 默认 {{ cloudDetailNew.adjust_one_memory_min }}G
@@ -306,7 +306,7 @@ export default {
{
title: "审批通过后工作区域规格:",
type: "solt",
- solt_name: "ApplyParams"
+ solt_name: "ApplyBeforeParams"
},
{
title: "资源申请文件:",
@@ -715,11 +715,11 @@ export default {
this.cloudDetailNew.adjust_cpu = data.adjust_cpu;
this.cloudDetailNew.adjust_disk = data.adjust_disk;
this.cloudDetailNew.adjust_memory = data.adjust_memory;
- this.cloudDteail.adjust_duration_time = data.adjust_duration_time;
- this.cloudDteail.adjust_one_cpu_max = data.adjust_one_cpu_max;
- this.cloudDteail.adjust_one_cpu_min = data.adjust_one_cpu_min;
- this.cloudDteail.adjust_one_memory_max = data.adjust_one_memory_max;
- this.cloudDteail.adjust_one_memory_min = data.adjust_one_memory_min;
+ this.cloudDetailNew.adjust_duration_time = data.adjust_duration_time;
+ this.cloudDetailNew.adjust_one_cpu_max = data.adjust_one_cpu_max;
+ this.cloudDetailNew.adjust_one_cpu_min = data.adjust_one_cpu_min;
+ this.cloudDetailNew.adjust_one_memory_max = data.adjust_one_memory_max;
+ this.cloudDetailNew.adjust_one_memory_min = data.adjust_one_memory_min;
this.apploy_msg.first_level = data.first_level;
this.apploy_msg.second_level = data.second_level;
this.cloudData.namespace = data.namespace;