first commit
This commit is contained in:
10
src/views/iot/process-inspection/index.vue
Normal file
10
src/views/iot/process-inspection/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<QualityInspectionList :inspection-type="2" page-title="过程质检" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import QualityInspectionList from '../shared/QualityInspectionList.vue'
|
||||
|
||||
/** 过程质检页面 */
|
||||
defineOptions({ name: 'ProcessInspection' })
|
||||
</script>
|
||||
Reference in New Issue
Block a user