@namespace AntDesign @inherits AntDomComponentBase
@if (!Last) {
}
@if (!ShowProcessDot) { @if (string.IsNullOrEmpty(Icon)) { if (Status == "finish") { } else if (Status == "error") { } else if (Status == "process" || Status == "wait") { @(Index+1) } } else { if (Status == "error") { } else { } } } else { }
@Title @if (!string.IsNullOrEmpty(Subtitle)) {
@Subtitle
}
@if (!string.IsNullOrEmpty(Description)) {
@Description
}