{{ scope.row.budget_year ? scope.row.budget_year.year + '年' : '-' }}
{{ scope.row.top_name || '-' }} - {{ scope.row.parent_name || '-' }}
{{ scope.row.department.name || '-' }}
{{ formatCurrency(scope.row.allocated_amount) }} 万元
{{ formatCurrency(scope.row.submission ? scope.row.submission.total_amount : 0) }} 万元
{{ getStatusText(scope.row.submission_status) }}
{{ scope.row.submission_date ? formatDate(scope.row.submission_date) : '-' }}