zhengyiming
2025-06-16 53b0a0b7b5594e1e4ff6036703fa00af84c5ea9f
src/components/commonView/SettlementMaterialInfoView.vue
@@ -9,6 +9,7 @@
    :style="{ marginBottom: index === form.calculationFileList.length - 1 ? 0 : '22px' }"
    v-for="(item, index) in form.calculationFileList"
    :key="item.fileSearchTypeId"
    v-if="form.calculationFileList.length > 0"
  >
    <ProFormUpload
      v-model:file-url="item.listFiles"