保存
返回
基本信息
预览附件
上传附件
项目阶段计划
添加阶段
删除
{{ (getChangeProgressByStage(change, scope.row.planStageId).changedStart || '').substring(0, 10) || '-' }}
-
{{ (getChangeProgressByStage(change, scope.row.planStageId).changedEnd || '').substring(0, 10) || '-' }}
-
{{ getChangeProgressByStage(change, scope.row.planStageId).milestoneName || '-' }}
-
{{
getChangeProgressByStage(change, scope.row.planStageId).completionDegree != null
? getChangeProgressByStage(change, scope.row.planStageId).completionDegree + '%'
: '-'
}}
-
{{ getChangeProgressByStage(change, scope.row.planStageId).remark || '-' }}
-