Files
admin-sjzx/src/views/pqs/supervise/interfere/components/normalizationManager/programReview.vue

21 lines
485 B
Vue
Raw Normal View History

2024-05-16 16:22:18 +08:00
<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>