@vtx/modals2 6.0.0-beta.3 → 6.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/vtx-car-modal/index.js +13 -13
- package/package.json +1 -1
|
@@ -198,18 +198,6 @@ var VtxCarModal = function VtxCarModal(props) {
|
|
|
198
198
|
}, {
|
|
199
199
|
key: TABS_JXH_ALARM,
|
|
200
200
|
title: translateLocaleText("t('vtxqyrymodal.alarmInformation')")
|
|
201
|
-
}, {
|
|
202
|
-
key: TABS_WATER_USE,
|
|
203
|
-
title: translateLocaleText("t('vtxcarmodal.waterUseInformation')")
|
|
204
|
-
}, {
|
|
205
|
-
key: TABS_ELE_USE,
|
|
206
|
-
title: translateLocaleText("t('vtxcarmodal.eleUseInformation')")
|
|
207
|
-
}, {
|
|
208
|
-
key: TABS_OIL_USE,
|
|
209
|
-
title: translateLocaleText("t('vtxcarmodal.oilUseInformation')")
|
|
210
|
-
}, {
|
|
211
|
-
key: TABS_OPERATION,
|
|
212
|
-
title: translateLocaleText("t('vtxcarmodal.operationInformation')")
|
|
213
201
|
}];
|
|
214
202
|
} else if (actionType.includes('ACTION_CC')) {
|
|
215
203
|
tabs = [{
|
|
@@ -263,6 +251,18 @@ var VtxCarModal = function VtxCarModal(props) {
|
|
|
263
251
|
}, {
|
|
264
252
|
key: TABS_ALARM,
|
|
265
253
|
title: translateLocaleText("t('vtxqyrymodal.alarmInformation')")
|
|
254
|
+
}, {
|
|
255
|
+
key: TABS_WATER_USE,
|
|
256
|
+
title: translateLocaleText("t('vtxcarmodal.waterUseInformation')")
|
|
257
|
+
}, {
|
|
258
|
+
key: TABS_ELE_USE,
|
|
259
|
+
title: translateLocaleText("t('vtxcarmodal.eleUseInformation')")
|
|
260
|
+
}, {
|
|
261
|
+
key: TABS_OIL_USE,
|
|
262
|
+
title: translateLocaleText("t('vtxcarmodal.oilUseInformation')")
|
|
263
|
+
}, {
|
|
264
|
+
key: TABS_OPERATION,
|
|
265
|
+
title: translateLocaleText("t('vtxcarmodal.operationInformation')")
|
|
266
266
|
}];
|
|
267
267
|
}
|
|
268
268
|
return tabs.concat([{
|
|
@@ -337,7 +337,7 @@ var VtxCarModal = function VtxCarModal(props) {
|
|
|
337
337
|
theme: theme,
|
|
338
338
|
visible: visible,
|
|
339
339
|
onCancel: onCancel,
|
|
340
|
-
tabs:
|
|
340
|
+
tabs: tabsList,
|
|
341
341
|
tabChose: tabChose,
|
|
342
342
|
startDate: startDate,
|
|
343
343
|
endDate: endDate,
|