|
@@ -15,10 +15,11 @@
|
|
<checkbox :value="item.id" :checked="item.checked" />
|
|
<checkbox :value="item.id" :checked="item.checked" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <u-empty style="height: auto;padding-top: 10vh;" text="暂无指标" img-width="120" v-if="!childItems.length&&items.length" mode="list"></u-empty>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view style="flex-grow: 1;" v-if="items.length==0">
|
|
|
|
- <u-empty text="暂无考评指标" mode="list"></u-empty>
|
|
|
|
|
|
+ <view style="flex-grow: 1;height: 100%;" v-if="items.length==0">
|
|
|
|
+ <u-empty style="height: auto;padding-top: 10vh;" text="暂无考评项" mode="list"></u-empty>
|
|
</view>
|
|
</view>
|
|
<!-- 选择按钮 -->
|
|
<!-- 选择按钮 -->
|
|
<view class="kp-ok" @click="kpOk">
|
|
<view class="kp-ok" @click="kpOk">
|