parent
5b07233894
commit
708468a89c
@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<tablePage >
|
||||
<template #search>
|
||||
<el-form :model="queryParams" ref="queryRef" :inline="true" label-width="68px"></el-form>
|
||||
</template>
|
||||
<template #table>
|
||||
|
||||
</template>
|
||||
<template #add>
|
||||
|
||||
</template>
|
||||
</tablePage>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import tablePage from '@/components/tablePage.vue'
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in new issue