| | |
| | | <template>
|
| | | <div></div>
|
| | | </template>
|
| | | <div>
|
| | | <el-button @click="visible = true">测试</el-button>
|
| | | <FormTemplate :visible.sync="visible" templateOid="78B8C7C5-A042-0B96-FE6D-65421451782A" codeClassifyOid="4524E801-6CC6-92E8-1AC3-2AB9604E8F96"></FormTemplate>
|
| | | </div>
|
| | | </template>codeClassifyOid
|
| | |
|
| | | <script>
|
| | |
|
| | | import FormTemplate from "../../components/FormTemplate/index";
|
| | | export default {
|
| | | name: "FormTempalteTest",
|
| | | components: { FormTemplate },
|
| | | data() {
|
| | | return {
|
| | | visible: false,
|
| | | };
|
| | | },
|
| | | };
|
| | | </script>
|
| | |
|
| | | <style lang='less' scoped>
|
| | |
|
| | | </style> |