Commit 768e4aa8 authored by 赵帅's avatar 赵帅

详情

parent 9f19ba1c
### 基本使用 ### 基本使用
```jsx ```jsx
<hm-complex-detail :userId="0e26566e953449a7a7500c34be39fd26" <hm-complex-detail :tableId="0e26566e953449a7a7500c34be39fd26"
:schema="{ :schema="{
'model': 'HmUser', 'model': 'HmUser',
'modelPlural': 'HmUsers', 'modelPlural': 'HmUsers',
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
<template> <template>
<div> <div>
<hm-complex-detail :schema="schema['HmUser']" <hm-complex-detail :schema="schema['HmUser']"
:userId="userId" :tableId="tableId"
:columns="showUserColumns"> :columns="showUserColumns">
</hm-complex-detail> </hm-complex-detail>
</div> </div>
...@@ -430,7 +430,7 @@ ...@@ -430,7 +430,7 @@
filters: { filters: {
}, },
created() { created() {
this.userId = '0e26566e953449a7a7500c34be39fd26' this.tableId = '0e26566e953449a7a7500c34be39fd26'
}, },
methods: {} methods: {}
} }
......
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