巡查任务文件创建

main
项洋 1 week ago
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…
Cancel
Save