update 新增树查询页面的doc
This commit is contained in:
@@ -123,6 +123,10 @@ const docs = [
|
||||
title: '编辑窗口',
|
||||
path: '/seed/form',
|
||||
},
|
||||
{
|
||||
title: '树-查询表格',
|
||||
path: '/seed/treeLayout',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<section>
|
||||
<p>
|
||||
当前版本
|
||||
<a-tag>1.0</a-tag>
|
||||
<a-tag>1.1</a-tag>
|
||||
</p>
|
||||
<Highlight :code="codes['/seed/query.vue']" language="html" />
|
||||
</section>
|
||||
|
||||
23
Web/src/pages/system/doc/seed/treeLayout.vue
Normal file
23
Web/src/pages/system/doc/seed/treeLayout.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<section>
|
||||
<p>
|
||||
当前版本
|
||||
<a-tag>1.0</a-tag>
|
||||
</p>
|
||||
<Highlight :code="codes['/seed/treeLayout.vue']" language="html" />
|
||||
</section>
|
||||
</template>
|
||||
<script>
|
||||
import Highlight from '../highlight';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Highlight,
|
||||
},
|
||||
props: {
|
||||
codes: {
|
||||
type: Object,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
@@ -1,17 +0,0 @@
|
||||
<template>
|
||||
<section></section>
|
||||
</template>
|
||||
<script>
|
||||
import Highlight from './highlight';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Highlight,
|
||||
},
|
||||
props: {
|
||||
codes: {
|
||||
type: Object,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user