zhengyiming
6 天以前 9dd95cc0cde6664d1cfcb4e14f402981c57c2585
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 });