SN

Size: a a a
SN
SN
Д
SN
AG
k
k
k
k
Ц
АП
timeModes(): TimeCmd[] { return [
{ label: "12:20", tooltip: 'Отработано времени', icon: "gg-stopwatch", mode: 'workedTime', command: (_: Event) => this.setTimeMode('workedTime'),
click: this.onWorkedTime },
{ label: "+2д23ч6м", tooltip: 'Следующая активация', icon: "gg-calendar-next", mode: 'nextActivation', command: (_: Event) => this.setTimeMode('nextActivation'),
click: this.onNextActivation },
] };
filterCmd(mode:string) {
return this.timeModes.filter((item)=>item.mode===mode)[0];
}
timeMode : TimeMode = this.filterCmd('workedTime')
k
АП
AP
Vue.component('cart').extendOptions.data().ready = true
и не получаетсяЦ
Ц
Ц
k
Ц