去除填写人的强制撤回

This commit is contained in:
zer0Black
2022-07-26 12:37:39 +08:00
parent a807b4e729
commit 6f9ad0cd93
@@ -198,7 +198,7 @@
</div>
<!-- 强制撤回-->
<div @click="compulsoryWithdrawaljurisdiction" class="operator-text"
v-if='currentPersonRole == "homo" || currentPersonRole == "sdt" ||currentPersonRole == "dre"'>
v-if='currentPersonRole == "homo" || currentPersonRole == "sdt"'>
<a-icon type="delete"/>
{{$t('CompulsoryWithdrawal')}}
</div>