zhengyiming
8 天以前 64d26aba0eea7d6f4d6a339b0d2c8cc2e875e823
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 });