公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
iplatform-ui
云原生微服务-后台管理-前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加activiti7若依界面
shikeying
2023-03-17
8c1a723d62a6aa5d6266ca613ae4eb77c789db06
[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') ]
};