Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄瑜
VueElementTemplate
Commits
7d425153
Commit
7d425153
authored
Mar 01, 2018
by
王康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tab
parent
361a03d6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/haomo/components/forms/index.vue
+1
-1
index.vue
src/views/haomo/components/tables/index.vue
+1
-1
index.vue
src/views/haomo/components/tabs/index.vue
+1
-1
No files found.
src/views/haomo/components/forms/index.vue
View file @
7d425153
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
import
schema
from
'../../schemas/hm_org_schema'
import
schema
from
'../../schemas/hm_org_schema'
export
default
{
export
default
{
name
:
'HmComplexForm'
,
name
:
'HmComplexForm
Index
'
,
// 继承其他组件
// 继承其他组件
extends
:
{},
extends
:
{},
// 使用其它组件
// 使用其它组件
...
...
src/views/haomo/components/tables/index.vue
View file @
7d425153
<
template
>
<
template
>
<div
class=
"app-container calendar-list-container"
>
<div
class=
"app-container calendar-list-container"
>
<hm-complex-table
:schema=
"schema['HmUser']"
<hm-complex-table
:schema=
"schema['HmUser
2
']"
:columns=
"showUserColumns"
:columns=
"showUserColumns"
:filters=
"userFilters"
></hm-complex-table>
:filters=
"userFilters"
></hm-complex-table>
<hm-complex-table
:schema=
"schema['Department']"
></hm-complex-table>
<hm-complex-table
:schema=
"schema['Department']"
></hm-complex-table>
...
...
src/views/haomo/components/tabs/index.vue
View file @
7d425153
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
import
HmTab
from
'./HmTab.vue'
import
HmTab
from
'./HmTab.vue'
import
schema
from
'../../schemas/hm_org_schema'
import
schema
from
'../../schemas/hm_org_schema'
export
default
{
export
default
{
name
:
'HmTab'
,
name
:
'HmTab
Index
'
,
// 继承其他组件
// 继承其他组件
extends
:
{},
extends
:
{},
// 使用其它组件
// 使用其它组件
...
...
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