申请组织:
+ +申请用户:
+ +联系电话:
+ +上传申请文件:
+ +基本信息:
++ 工作区域名称: + +
++ 中文名称: + +
++ 描述信息: + +
+工作区域申请规格:
++ CPU: + +
++ 内存: + +
+申请时长:
++ 申请时长: + +
+- {{ item.service_id == 0 ? item.application.app_name : item.service.name }} -
-- {{ item.service_id == 0 ? item.application.ywly : item.service.sectors_name }} -
-- {{ item.service_id == 0 ? item.application.org : item.service.organization_name }} -
+{{ item.service_id == 0 ? item.application.app_name : item.service.name }}
+{{ item.service_id == 0 ? item.application.ywly_name : item.service.sectors_name }}
+{{ item.service_id == 0 ? item.application.org_name : item.service.organization_name }}
@@ -27,6 +28,10 @@ export default {
type: String,
default: 0,
},
+ hideDelete: {
+ type: Boolean,
+ default: false,
+ },
},
data: () => ({
rowNum: 5,
diff --git a/src/components/service-tabs/service-tab-specification.vue b/src/components/service-tabs/service-tab-specification.vue
index 56034caa11067085904da45f53b3f153fce6d5d6..55afa63f499cc30645e8b2c60453bbe6c4094d86 100644
--- a/src/components/service-tabs/service-tab-specification.vue
+++ b/src/components/service-tabs/service-tab-specification.vue
@@ -40,7 +40,9 @@ export default {
}),
computed: {
tableData() {
- return this.data.filter((item) => item.type === this.type);
+ return this.data.filter(
+ (item) => item.type === this.type || item.type === 3
+ );
},
},
};
diff --git a/src/components/shop-cloud/shop-cloud.vue b/src/components/shop-cloud/shop-cloud.vue
index 2dee6bd3cd3804d3d8d00c9aefe67d3a1ed8aac9..962498095a30c9aa9b746b69791beab6dc5c1ad4 100644
--- a/src/components/shop-cloud/shop-cloud.vue
+++ b/src/components/shop-cloud/shop-cloud.vue
@@ -53,48 +53,78 @@
- 最高 2核 - 默认 2核 + 最高 {{ orderDetail.one_cpu_max }}核 + 默认 {{ orderDetail.one_cpu_min }}核
- 最高 2核 - 默认 2核 + 最高 {{ orderDetail.one_memory_max }}核 + 默认 {{ orderDetail.one_memory_min }}核
+ 申请用户: + 张三 + 联系电话: + 12345678901 + 资源申请状态: + 审批通过 +
++ 业务系统名: + aPaaS V3.0 一期 + 资源申请时间: + 2020-02-12 15:54:21 +
+@@ -45,11 +45,58 @@
+ 物理总量 + +
++ 剩余量 + +
+组织列表
-