公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
bug
xiangpei
2025-03-03
e75abff0e743fe1c83abeb64f2fe562bbf9ba07c
[project_management-java.git]
/
start
/
src
/
main
/
resources
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
data-properties-display-template.html
1
2
3
<span ng-if="property.value.items && property.value.items.length > 0">{{'PROPERTY.DATAPROPERTIES.VALUES' | translate:property.value.items}}</span>
<span ng-if="!property.value.items || property.value.items.length == 0" translate>PROPERTY.DATAPROPERTIES.EMPTY</span>