公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' into 部门重构
xiangpei
2025-02-19
15da4c4960809e3ef699a470788f2ef3fb8dc8f7
[project_management-java.git]
/
start
/
src
/
main
/
resources
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
boolean-property-template.html
1
2
3
4
<div ng-controller="FlowableBooleanPropertyCtrl">
<input type="checkbox" ng-model="property.value" ng-change="changeValue()"/>
</div>