|
@@ -3,14 +3,16 @@
|
|
|
<template #navBar>
|
|
|
<hc-nav-back-bar ui="hc-bg-white" :title="fillInfo.title"/>
|
|
|
</template>
|
|
|
- <!--view class="hc-search-bar">
|
|
|
+ <view class="hc-search-bar">
|
|
|
<uni-search-bar radius="5" bgColor="#f5f5f5" placeholder="搜索" cancelButton="none" @confirm="searchConfirm"/>
|
|
|
- </view-->
|
|
|
+ </view>
|
|
|
<view class="hc-page-body">
|
|
|
<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"/>
|