{{ formatQuotaType(scope.row.quota_type) }}
{{ scope.row.total_amount ? `¥${scope.row.total_amount.toFixed(2)}` : "-" }}
{{ scope.row.available_amount ? `¥${scope.row.available_amount.toFixed(2)}` : "-" }}
{{ STATUS_LABEL[scope.row.status] || scope.row.status }}
详情
编辑