|
@@ -10,9 +10,7 @@
|
|
|
<scroll-view scroll-y class="scroll-h-auto">
|
|
|
<template v-for="(item, index) in nodeData">
|
|
|
<view class="fold-tree-node" :class="primaryId === item.primaryKeyId?'current':''">
|
|
|
- <view class="flex flex-items-center node-title"
|
|
|
- :class="item.notExsitChild?'blue':''"
|
|
|
- @click="getLoadItemNode(item, index)">
|
|
|
+ <view class="flex flex-items-center node-title" :class="item.notExsitChild?'blue':''" @click="getLoadItemNode(item, index)">
|
|
|
<view class="flex flex-items-center icon">
|
|
|
<template v-if="!item.notExsitChild">
|
|
|
<text class="i-ri-arrow-up-s-fill" v-if="primaryId === item.primaryKeyId"/>
|