{{ project?.get('title') || '项目详情' }}
@for (stage of stages; track stage.id) {
@if (getStageStatus(stage.id) === 'completed') { } @else { {{ stage.number }} }
{{ stage.name }}
@if (!$last) {
} }
@if (loading) {

加载项目信息...

} @if (error && !loading) {

{{ error }}

} @if (!loading && !error && project) {
@if (customer?.get('data')?.avatar) { 客户头像 } @else { }

{{ customer?.get('name') || '待设置' }}

@if (canViewCustomerPhone) {

{{ customer?.get('mobile') }}

}
{{ customer?.get('source') }} {{ project.get('status') }}
}