Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
f9de611b
Commit
f9de611b
authored
May 05, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页签切换容器
parent
d5c7b282
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
1 deletions
+48
-1
tab-container.vue
...in-billexpand/src/control/tab-container/tab-container.vue
+0
-0
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+45
-0
mcon.js
develop/@gms/gms-plugin-billexpand/src/mcon.js
+3
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/control/tab-container/tab-container.vue
0 → 100644
View file @
f9de611b
This diff is collapsed.
Click to expand it.
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
f9de611b
export
default
{
export
default
{
billControl
:
[
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"
:
"链接扩展"
,
"title"
:
"链接扩展"
,
"description"
:
""
,
"description"
:
""
,
"discard"
:
false
,
"discard"
:
false
,
...
...
develop/@gms/gms-plugin-billexpand/src/mcon.js
View file @
f9de611b
...
@@ -81,6 +81,7 @@ import userSelectControl from './control/userSelect.vue'
...
@@ -81,6 +81,7 @@ import userSelectControl from './control/userSelect.vue'
import
integerControl
from
'./control/integerControl.vue'
import
integerControl
from
'./control/integerControl.vue'
import
IntroduceInputControl
from
'./control/IntroduceInputControl.vue'
import
IntroduceInputControl
from
'./control/IntroduceInputControl.vue'
import
InputModalControl
from
'./control/InputModalControl.vue'
import
InputModalControl
from
'./control/InputModalControl.vue'
import
TabContainer
from
'./control/tab-container/tab-container.vue'
//formula
//formula
import
GeneralImportFile
from
'./formula/GeneralImportFile.js'
;
import
GeneralImportFile
from
'./formula/GeneralImportFile.js'
;
...
@@ -257,7 +258,8 @@ export default {
...
@@ -257,7 +258,8 @@ export default {
userSelectControl
,
userSelectControl
,
integerControl
,
integerControl
,
IntroduceInputControl
,
IntroduceInputControl
,
InputModalControl
InputModalControl
,
TabContainer
},
},
formula
:
{
formula
:
{
SubTableSetBaseData
,
SubTableSetBaseData
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment