仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lb-boot-master
研发信息化系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
上传最新数据库和Excel模板
zhuguifei
2025-04-28
0218ec09998552d392b7ff622eb3a76795b11c32
[lb-boot-master.git]
/
lb-ui
/
public
/
static
/
editor-app
/
configuration
/
properties
/
default-value-display-template.html
1
2
3
4
<span ng-if="!property.noValue">{{property.value|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>