You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alan
fdf009c96c
|
6 years ago | |
---|---|---|
src | 6 years ago | |
types | 6 years ago | |
.eslintignore | 6 years ago | |
.eslintrc.js | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
package.json | 6 years ago | |
tsconfig.json | 6 years ago | |
webpack.config.js | 6 years ago |
README.md
database-connection 数据连接设置页面
开始
下载代码
git clone ssh://git@cloud.finedevelop.com:7999/~alan/database-connection.git
安装依赖
yarn
开始开发
yarn start
接口
增加数据连接类型
使用BI.config
,ConstantName名称为bi.constant.database.conf.connect.list
,值为连接的名称
数据连接表单
ConstantName名称为bi.constant.database.conf.connect.form.${name.toLowerCase()}.edit
,值为组件shortcut的名称
数据连接显示
ConstantName名称为bi.constant.database.conf.connect.form.${name.toLowerCase()}.show
,值为组件shortcut的名称