feat: account详情改为底部上滑

This commit is contained in:
陈劲松
2020-03-27 17:20:55 +08:00
parent 25f837dde0
commit 7fba024efd
6 changed files with 269 additions and 72 deletions

View File

@@ -178,7 +178,7 @@
name: ''
}
},
cabinetDc: {},
cabinetDc: {}, // 用在二级cabinet列表页里
dcDetail: [], //dc的详情信息包含标题
pageObj: {
pageNo: 1,
@@ -414,7 +414,6 @@
}
detail.push({label: this.$t("asset.createAssetTab.principal"), value: principal});
detail.push({label: this.$t("config.dc.area"), value: obj.area.name});
console.info(detail)
return detail;
},
toAdd() {