chore:修改前端表单模板

This commit is contained in:
JaguarJack 2024-04-26 09:20:34 +08:00
parent a8c01de529
commit 8a4fd7f66f

View File

@ -13,7 +13,7 @@ import { useShow } from '/admin/composables/curd/useShow'
import { onMounted } from 'vue'
const props = defineProps({
primary: String | Number,
primary: [String, Number],
api: String,
})