公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
iplatform-ui
云原生微服务-后台管理-前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改列表组件,支持属性子属性
shikeying
2023-04-25
0b67fd879ccd4fb6319dc016babd3bb8ea79dff0
[iplatform_group/iplatform-ui.git]
/
ruoyi-bpmnjs
/
resources
/
properties-panel
/
index.js
1
2
3
4
5
6
7
8
module.exports = {
__depends__: [
require('./index'),
require('diagram-js/lib/i18n/translate').default
],
__init__: [ 'propertiesPanel' ],
propertiesPanel: [ 'type', require('./PropertiesPanel') ]
};