update Date Icons

This commit is contained in:
梁灏 2018-06-25 13:27:14 +08:00
parent 9eba26feaa
commit 0f512d6a73
5 changed files with 18 additions and 18 deletions

View file

@ -259,8 +259,8 @@
},
iconType () {
let icon = 'ios-calendar-outline';
if (this.type === 'time' || this.type === 'timerange') icon = 'ios-clock-outline';
if (this.showClose) icon = 'ios-close';
if (this.type === 'time' || this.type === 'timerange') icon = 'ios-time-outline';
if (this.showClose) icon = 'ios-close-circle';
return icon;
},
transition () {