changes
This commit is contained in:
@@ -140,7 +140,10 @@ import ScrollBox from "@/components/datatable/ScrollBox.vue";
|
||||
import { debounce } from "es-toolkit";
|
||||
|
||||
const props = defineProps({
|
||||
api: String,
|
||||
api: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
field: String,
|
||||
column: Array,
|
||||
first: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user