refactor(hrm): 优化流程相关页面显示和功能
移除不必要的流程状态显示和撤回按钮 调整任务列表和抄送页面的列显示和操作逻辑 简化用户信息显示方式,统一使用createBy字段
This commit is contained in:
@@ -26,14 +26,14 @@
|
||||
>
|
||||
驳回
|
||||
</el-button>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
v-if="canWithdraw"
|
||||
size="mini"
|
||||
:loading="actionLoading"
|
||||
@click="handleWithdraw"
|
||||
>
|
||||
撤回
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user