移动审批列表隐藏用户头像图片的方法

栏目:k3wise知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:1

移动审批列表隐藏用户头像图片的方法

问题描述:

移动审批列表,如何设置实现隐藏提交审批用户的头像图片?

解决方案:

使用记事本方式,打开C:\Program Files (x86)\Kingdee\K3ERP\K3MOBILE\LightApp\newworkflow\template文件夹下的WorkFlowList.html文件,找到下面的代码位置

<div class="t-cell" style="width: 36px;height: 36px;">

<img style="width: 36px;height: 36px;border-radius: 50%;vertical-align: top;" ng-src="{{item.FphotoUrl}}" onerror="this.onerror = ''; src = '../img/defaultUser.webp';">

 </div> 

在首部加上注释符<!--,尾部加上-->进行注释,可参考下面的代码,然后保存即可。

<!-- <div class="t-cell" style="width: 36px;height: 36px;">

<img style="width: 36px;height: 36px;border-radius: 50%;vertical-align: top;" ng-src="{{item.FphotoUrl}}" onerror="this.onerror = ''; src = '../img/defaultUser.webp';">

 </div> -->

注意:建议修改前先做好文件备份,以免误操作导致功能异常。

移动审批列表隐藏用户头像图片的方法

问题描述:移动审批列表,如何设置实现隐藏提交审批用户的头像图片?解决方案:使用记事本方式,打开C:\Program Files (x86)\Kingdee\K3E...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息