update Steps Icon
This commit is contained in:
parent
1c871a3597
commit
185df4fa69
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@
|
||||||
icon = this.icon;
|
icon = this.icon;
|
||||||
} else {
|
} else {
|
||||||
if (this.currentStatus == 'finish') {
|
if (this.currentStatus == 'finish') {
|
||||||
icon = 'ios-checkmark-empty';
|
icon = 'ios-checkmark';
|
||||||
} else if (this.currentStatus == 'error') {
|
} else if (this.currentStatus == 'error') {
|
||||||
icon = 'ios-close-empty';
|
icon = 'ios-close';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue