技术监督台账管理功能
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class='default-main'>
|
||||
<back-component style='margin: 8px;position: absolute;z-index: 10;top: -3px;right: 2px' />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang='ts' setup>
|
||||
import BackComponent from '@/components/icon/back/index.vue'
|
||||
|
||||
defineOptions({ name: 'programReview' })
|
||||
|
||||
import { onMounted, provide, ref, getCurrentInstance, reactive, watch, unref, nextTick } from 'vue'
|
||||
|
||||
const { query } = useRoute() // 查询参数
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang='scss'>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user