移动审批列表隐藏用户头像图片的方法
问题描述:
移动审批列表,如何设置实现隐藏提交审批用户的头像图片?
解决方案:
使用记事本方式,打开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...
点击下载文档
本文2024-09-22 16:40:44发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-89483.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章