公告板
版本库
filestore
活动
搜索
登录
main
/
nongtou-project-java
农投项目管理系统java后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
删除
zxl
1 天以前
ceb5801b07f6ff21452a7a9bdc492f4567b0b8dc
[nongtou-project-java.git]
/
start
/
target
/
classes
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
planitem-dropdown-read-template.html
1
2
3
4
<span ng-if="!property.noValue">{{property.value.name|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.name.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>