全局属性-表单预设页面20%
This commit is contained in:
27
src/components/XnWorkflow/globalAttribute/formPreset.vue
Normal file
27
src/components/XnWorkflow/globalAttribute/formPreset.vue
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<!-- 全局属性表单预设页面 -->
|
||||||
|
<template>
|
||||||
|
<div class="home">
|
||||||
|
<div class="info">
|
||||||
|
<navTitle>
|
||||||
|
<template #nav_name>预设全局需要的表单</template>
|
||||||
|
</navTitle>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
import navTitle from '../components/navTitle.vue'
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
navTitle
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {}
|
||||||
|
},
|
||||||
|
mounted() {},
|
||||||
|
methods: {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style scoped>
|
||||||
|
.home{
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user