{{ $t("trials:uploadClinicalData:title:pastTreatment") }}
{{ $t("common:button:new") }}
{{
scope.row.StartTime
? moment(scope.row.StartTime).format("YYYY-MM-DD")
: ""
}}
{{
scope.row.EndTime
? moment(scope.row.EndTime).format("YYYY-MM-DD")
: ""
}}
{{ $fd("IsPdEnum", scope.row.IsPD) }}
{{ $t("trials:uploadClinicalData:title:pastSurgery") }}
{{ $t("common:button:new") }}
{{
scope.row.OperationTime
? moment(scope.row.OperationTime).format("YYYY-MM-DD")
: ""
}}
{{ $t("trials:uploadClinicalData:title:others") }}
{{ $t("common:button:new") }}
{{
scope.row.StartTime
? moment(scope.row.StartTime).format("YYYY-MM-DD")
: ""
}}
{{
scope.row.EndTime
? moment(scope.row.EndTime).format("YYYY-MM-DD")
: ""
}}
handleDrop(e, cd.Id, cd.ClinicalDataTrialSetId)">
{{
$FormatSize(scope.row.Size)
}}