Commit 5afc4c8c authored by 徐一鸣's avatar 徐一鸣

云资源管理工作区域字段fixed

parent be263b32
...@@ -509,7 +509,7 @@ export default { ...@@ -509,7 +509,7 @@ export default {
}, },
{ {
label: "工作区域", label: "工作区域",
prop: "name_space", prop: "workplace",
type: "button", type: "button",
callback: this.cloudDetail, callback: this.cloudDetail,
}, },
...@@ -862,7 +862,7 @@ export default { ...@@ -862,7 +862,7 @@ export default {
}, },
{ {
label: "工作区域名称", label: "工作区域名称",
prop: "name_space", prop: "workplace",
type: "button", type: "button",
callback: this.cloudDetail, callback: this.cloudDetail,
}, },
......
...@@ -450,7 +450,7 @@ export default { ...@@ -450,7 +450,7 @@ export default {
}, },
{ {
label: "工作区域名称", label: "工作区域名称",
prop: "name_space", prop: "workplace",
type: "button", type: "button",
callback: this.detailAction, callback: this.detailAction,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment