Commit 40a105a4 authored by liwei's avatar liwei

建了数据标准的菜单

parent 974e2a16
<template>
<div>
指标标准
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
<template xmlns="http://www.w3.org/1999/html">
<div>
基础标准
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
<template>
<div>
概览说明
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
<template>
<div>
落标检查
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
<template>
<div>
命名字典
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
<template>
<div>
公共代码
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
<template>
<div>
引用文档
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
......@@ -66,7 +66,7 @@
labelWidth: 120,
schemas: searchFormSchema,
},
isTreeTable: true,
isTreeTable: false,
pagination: false,
striped: false,
useSearchForm: true,
......
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