This commit is contained in:
caozehui
2024-12-25 18:04:16 +08:00
parent e4025e39cb
commit 6b76d89507
6 changed files with 404 additions and 66 deletions

View File

@@ -50,10 +50,10 @@
<script lang="tsx" setup>
import {defineProps, reactive} from 'vue';
import type {CheckResult} from "@/api/check/interface";
import {CheckData} from "@/api/check/interface";
const {tableData}=defineProps<{
tableData:CheckResult[],
tableData:CheckData.CheckResult[],
}>();