Commit f9de611b by qiaoyanqi

页签切换容器

parent d5c7b282
export default {
billControl: [
{
"title": "Tab切换容器",
"description":"",
"discard": false,
"extends": {
"config": [
{
"key": "tabsType",
"type": "enum",
"tabsType":"card",
"title": "页签展示样式",
"ref": [
{
"key": "line",
"value": "普通样式"
},
{
"key": "card",
"value": "卡片样式"
}
]
},
{
"background": "#fff",
"key": "background",
"type": "Color",
"title": "背景色"
}
],
"layout":[
{
"key": "height",
"type": "int",
"title": "内容高度"
},
{
"key": "labelHeight",
"type": "int",
"title": "标签高度"
}
]
},
"value": "TabContainer",
"path": "单据/通用"
},
{
"title": "链接扩展",
"description": "",
"discard": false,
......
......@@ -81,6 +81,7 @@ import userSelectControl from './control/userSelect.vue'
import integerControl from './control/integerControl.vue'
import IntroduceInputControl from './control/IntroduceInputControl.vue'
import InputModalControl from './control/InputModalControl.vue'
import TabContainer from './control/tab-container/tab-container.vue'
//formula
import GeneralImportFile from './formula/GeneralImportFile.js';
......@@ -257,7 +258,8 @@ export default {
userSelectControl,
integerControl,
IntroduceInputControl,
InputModalControl
InputModalControl,
TabContainer
},
formula: {
SubTableSetBaseData,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment