first commit

This commit is contained in:
2026-03-05 16:52:12 +08:00
commit 8ca2e6d52f
1899 changed files with 321565 additions and 0 deletions

View 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>