@@ -37,13 +37,14 @@ export default {
props: {
placement: { type: String },
assetTypeData: { type: Array },
- showParent: { type: Object }
+ showType: { type: Object },
+ width: { type: String, default: '625' }
},
mounted () {
this.$refs.assetTypeTree.setCurrentKey(this.assetType)
},
watch: {
- showParent: {
+ showType: {
immediate: true,
handler (n) {
if (n) {
diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue
new file mode 100644
index 000000000..c74d63f1c
--- /dev/null
+++ b/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue
@@ -0,0 +1,407 @@
+
+
+
+
+
+
+
diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue
new file mode 100644
index 000000000..6935182d3
--- /dev/null
+++ b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue
@@ -0,0 +1,476 @@
+
+
+
+
+
+
diff --git a/nezha-fronted/src/components/common/rightBox/assetBox.vue b/nezha-fronted/src/components/common/rightBox/assetBox.vue
index f34c9ff44..7e10d3ce1 100644
--- a/nezha-fronted/src/components/common/rightBox/assetBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/assetBox.vue
@@ -1,5 +1,5 @@
-