File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
packages/modules/web_themes/koala/source/src/components Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 6161 class =" flex-grow"
6262 :color =" planLimitSelected.value === 'amount' ? 'primary' : 'grey'"
6363 @click =" planLimitSelected.value = 'amount'"
64- label =" Amount "
64+ label =" Energie "
6565 />
6666 </q-btn-group >
6767 <div v-if =" planLimitSelected.value === 'soc'" class =" q-mt-md" >
8686 <q-input
8787 v-if =" planLimitSelected.value === 'amount'"
8888 v-model =" planLimitAmount.value"
89- label =" Energiemenge (kWh) "
89+ label =" Ziel-Energie "
9090 class =" col"
91- />
91+ >
92+ <template v-slot :append >
93+ <div class =" text-body2" >kWh</div >
94+ </template >
95+ </q-input >
9296
9397 <div
9498 v-if ="
Original file line number Diff line number Diff line change 4848 <q-input
4949 v-if =" planDcChargingEnabled"
5050 v-model =" planDcPower.value"
51- label =" Ladeleistung (DC) (kW) "
51+ label =" Ladeleistung (DC)"
5252 class =" col q-mb-sm"
53- />
53+ >
54+ <template v-slot :append >
55+ <div class =" text-body2" >kW</div >
56+ </template >
57+ </q-input >
5458
5559 <div class =" text-subtitle2 q-mb-sm" >Begrenzung</div >
5660 <q-btn-group class =" full-width" >
7377 class =" flex-grow"
7478 :color =" planLimitSelected.value === 'amount' ? 'primary' : 'grey'"
7579 @click =" planLimitSelected.value = 'amount'"
76- label =" Amount "
80+ label =" Energie "
7781 />
7882 </q-btn-group >
7983 <div v-if =" planLimitSelected.value === 'soc'" class =" q-mt-md" >
9094 <q-input
9195 v-if =" planLimitSelected.value === 'amount'"
9296 v-model =" planLimitAmount.value"
93- label =" Energiemenge (kWh) "
97+ label =" Ziel-Energie "
9498 class =" col"
95- />
99+ >
100+ <template v-slot :append >
101+ <div class =" text-body2" >kWh</div >
102+ </template >
103+ </q-input >
96104
97105 <div class =" q-mb-md" >
98106 <div class =" text-subtitle2 q-mb-sm q-mt-md" >Wiederholungen</div >
You can’t perform that action at this time.
0 commit comments