[update] 修改bug80286
This commit is contained in:
@@ -107,8 +107,8 @@
|
|||||||
<i class="iconfont icon-star" v-show="!record.collectionFlag" />
|
<i class="iconfont icon-star" v-show="!record.collectionFlag" />
|
||||||
</template>
|
</template>
|
||||||
</a>
|
</a>
|
||||||
<a-divider v-if="operationList.length >= operateMaxNum" type="vertical" />
|
<a-divider v-if="record.del_flag ? operationList.length > operateMaxNum : operationList.length - 1 > operateMaxNum" type="vertical" />
|
||||||
<a-dropdown v-if="operationList.length >= operateMaxNum" placement="bottomCenter">
|
<a-dropdown v-if="record.del_flag ? operationList.length > operateMaxNum : operationList.length - 1 > operateMaxNum" placement="bottomCenter">
|
||||||
<a-icon type="more" class="operate-icon-btn operate-icon-more" />
|
<a-icon type="more" class="operate-icon-btn operate-icon-more" />
|
||||||
<a-menu slot="overlay">
|
<a-menu slot="overlay">
|
||||||
<!-- 有删除权限 -->
|
<!-- 有删除权限 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user