Commit adf2ed65 by qiaoyanqi

tab-container.vue 迁移到了中台gms-view

parent a6311a52
......@@ -20,51 +20,6 @@ export default {
"path": "报销/通用"
},
{
"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,
......
......@@ -85,7 +85,6 @@ 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'
import Achievements from './control/vxe-achievements/achievements.vue'
import VxeSubjectControl from './control/vxeTableExpand/VxeSubjectControl.js'
//formula
......@@ -271,7 +270,6 @@ export default {
integerControl,
IntroduceInputControl,
InputModalControl,
TabContainer,
Achievements,
VxeSubjectControl
},
......
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