Commit 7d425153 authored by 王康's avatar 王康

tab

parent 361a03d6
...@@ -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: 'HmComplexFormIndex',
// 继承其他组件 // 继承其他组件
extends: {}, extends: {},
// 使用其它组件 // 使用其它组件
......
<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['HmUser2']"
: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>
......
...@@ -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: 'HmTabIndex',
// 继承其他组件 // 继承其他组件
extends: {}, extends: {},
// 使用其它组件 // 使用其它组件
......
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