@@ -38,6 +44,11 @@ export default {
showTree: {
type: Boolean,
default: true
+ },
+ // 默认引用的Tree组件
+ component: {
+ type: String,
+ default: () => 'AutoDataZTree'
}
},
data() {
diff --git a/src/views/jobcenter/CommandExecution.vue b/src/views/jobcenter/CommandExecution.vue
index 8e14bfe30..59770ed66 100644
--- a/src/views/jobcenter/CommandExecution.vue
+++ b/src/views/jobcenter/CommandExecution.vue
@@ -1,39 +1,84 @@
-
- {{ helpMessage }}
-
-
-
-
- 这里放资产树
-
-
-
- 这里其它东西
-
-
-
-
+
+
+