From f11031a094b467ac10383e0b82271e3a54bf1886 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期六, 27 二月 2021 23:14:19 +0800
Subject: [PATCH] 首页模拟数据修改
---
src/components/giantTree/zTree/ztree.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/components/giantTree/zTree/ztree.vue b/src/components/giantTree/zTree/ztree.vue
index f6f79e0..15a905b 100644
--- a/src/components/giantTree/zTree/ztree.vue
+++ b/src/components/giantTree/zTree/ztree.vue
@@ -112,6 +112,7 @@
Object.assign({}, this.ztreeSetting, this.setting),
this.list
);
+ console.log('onCreated,ztr')
this.$emit("onCreated", this.ztreeObj);
});
},
@@ -274,6 +275,9 @@
padding: 5px;
color: #333;
}
+.ztree .iconfenxishexiangji{
+ color: #3d68e1!important;
+}
.ztree li {
padding: 0;
margin: 5px 0px;
--
Gitblit v1.8.0