zhengyiming
9 天以前 7ea19f75b3b1fc8c9af3840a470cb662b8f65d0d
src/components/commonView/DetailView.vue
@@ -34,10 +34,12 @@
    applyMonth: string;
    applySumAmount: number;
    /** 奖励金分配表 */
    bountyAssignFileUlr: UploadUserFile[];
    // bountyAssignFileUlr: UploadUserFile[];
    /** 奖励金汇总表 */
    bountyCollectFileUrl: UploadUserFile[];
    // bountyCollectFileUrl: UploadUserFile[];
    parkCollectFileList: CustomerApplyFileTypeListItem[];
    /**汇算材料 */
    calculationFileList: CustomerApplyFileTypeListItem[];
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
  };