zhengyiming
2025-10-24 1904e70733f763109cb8e81823dad5055a8b4a0f
src/components/commonView/MateriaDetailDialog.vue
@@ -23,9 +23,11 @@
const props = withDefaults(defineProps<Props>(), {
  showUploadBtn: true,
  showMaterialExtraFileUploadBtn: false,
  showCheckBtn: true,
  showDownloadBtn: true,
  showDeleteBtn: true,
  showMaterialExtraFileDeleteBtn: false,
});
const visible = defineModel({ type: Boolean });