dashboard
repositories
filestore
activity
search
login
~huangh
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
自动评价定时任务添加判空
wangwh
2024-10-09
59c1eb27e839b65e59a16d459695cceb75eaa106
[~huangh/gz-dyh.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
plan-item-lifecycle-listeners-display-template.html
1
2
3
<span ng-if="!property.noValue">{{'PROPERTY.PLANITEMLIFECYCLELISTENERS.VALUE' | translate:property.value.planItemLifecycleListeners}}</span>
<span ng-if="property.noValue" translate>PROPERTY.PLANITEMLIFECYCLELISTENERS.EMPTY</span>