Source/plt-web/plt-web-ui/src/views/custom-ui/product.vue
@@ -1,6 +1,12 @@ <template> <div style="height: 720px"> <avue-tree ref="tree" v-loading="treeLoading" :data="treeData" :option="treeOption" @node-click="nodeClick"> <span slot-scope="{ node, data }" class="el-tree-node__label"> <span style="font-size: 15px"> <i class="el-icon-s-promotion"></i> {{ (node || {}).label }} </span> </span> </avue-tree> </div> </template> @@ -60,7 +66,7 @@ } }, created() { console.log('create'); console.log('this.dataStore',this.dataStore); }, methods: { nodeClick(row){