微调
This commit is contained in:
@@ -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[],
|
||||
}>();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user