|
@@ -7,7 +7,7 @@
|
|
|
<!-- 查询条件 -->
|
|
<!-- 查询条件 -->
|
|
|
<dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['orgId'])}}">
|
|
<dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['orgId'])}}">
|
|
|
</dk-dropdown-menu>
|
|
</dk-dropdown-menu>
|
|
|
- <view style="display: flex; padding: 4vw; background: white;">
|
|
|
|
|
|
|
+ <view style="display: flex; padding: 4vw; background: white;font-weight: 500;">
|
|
|
<view class="image-frame">
|
|
<view class="image-frame">
|
|
|
<van-image round width="39rpx" height="39rpx" fit="fill" src="{{imageUrl + 'org-img.png'}}" />
|
|
<van-image round width="39rpx" height="39rpx" fit="fill" src="{{imageUrl + 'org-img.png'}}" />
|
|
|
</view>
|
|
</view>
|
|
@@ -24,7 +24,7 @@
|
|
|
<view style="display: flex;padding:3vw; border-radius: 15rpx 15rpx 0 0 " class="tile-class" data-open="{{item.open}}" data-item="{{item}}" data-index="{{index}}" bindtap="onchange">
|
|
<view style="display: flex;padding:3vw; border-radius: 15rpx 15rpx 0 0 " class="tile-class" data-open="{{item.open}}" data-item="{{item}}" data-index="{{index}}" bindtap="onchange">
|
|
|
<view style="display: flex;flex: 1;">
|
|
<view style="display: flex;flex: 1;">
|
|
|
<van-image round width="39rpx" height="39rpx" fit="fill" src="/static/image/ghxk.png" />
|
|
<van-image round width="39rpx" height="39rpx" fit="fill" src="/static/image/ghxk.png" />
|
|
|
- <view style="margin-left:5vw;font-size: 16px;">{{item.orgName}}</view>
|
|
|
|
|
|
|
+ <view style="margin-left:5vw;font-size: 16px;font-weight: 500;">{{item.orgName}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view style=" text-align: right;">
|
|
<view style=" text-align: right;">
|
|
|
<van-icon wx:if="{{ item.open }}" color="#bdb7b7" name="arrow-down" style="font-size: 16px;" />
|
|
<van-icon wx:if="{{ item.open }}" color="#bdb7b7" name="arrow-down" style="font-size: 16px;" />
|
|
@@ -34,8 +34,8 @@
|
|
|
<!-- 列表下半部分 -->
|
|
<!-- 列表下半部分 -->
|
|
|
<view wx:if="{{ !item.open}}" wx:for="{{item.children}}" wx:for-item="item_" wx:for-index="index_" class="list-below-item">
|
|
<view wx:if="{{ !item.open}}" wx:for="{{item.children}}" wx:for-item="item_" wx:for-index="index_" class="list-below-item">
|
|
|
<view style="width: 100vw; display:flex;align-items:center; font-size:36rpx;margin-top: 5px;">
|
|
<view style="width: 100vw; display:flex;align-items:center; font-size:36rpx;margin-top: 5px;">
|
|
|
- <view class="tree_left">
|
|
|
|
|
- <van-image round width="40rpx" height="40rpx" fit="fill" src="/static/image/tree.png" />
|
|
|
|
|
|
|
+ <view >
|
|
|
|
|
+ <van-image src="{{imageUrl + 'tree.png'}}" width="25rpx" height="25rpx" fit="heightFix"/>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="margin-left: 5vw;font-size: 14px;" data-item="{{item_}}" data-type="sub" data-open="{{item.open}}" bindtap="clickName">
|
|
<view style="margin-left: 5vw;font-size: 14px;" data-item="{{item_}}" data-type="sub" data-open="{{item.open}}" bindtap="clickName">
|
|
|
{{item_.orgName}}
|
|
{{item_.orgName}}
|