{{ scope.row.originalName }}
{{
scope.row.size > 1024
? scope.row.size > 1024 * 1024
? (scope.row.size / 1024 / 1024).toFixed(2) + " MB"
: (scope.row.size / 1024).toFixed(2) + " KB"
: scope.row.size + " B"
}}
{{
currentproject.ecode
}}
{{
currentproject.qiuquan
}}
{{
currentproject.area
}}
{{ currentproject.achievementDate }}
{{ currentproject.buildUnit }}
{{ currentproject.addr }}
{{ currentproject.remark }}