mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Poprawki daty
This commit is contained in:
+3
-5
@@ -27,7 +27,7 @@ export const useStore = defineStore('store', {
|
||||
header: {
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: '2-digit', month: 'long' }),
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'long' }),
|
||||
},
|
||||
|
||||
orderList: [
|
||||
@@ -79,7 +79,7 @@ export const useStore = defineStore('store', {
|
||||
header: {
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: '2-digit', month: 'long' }),
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'long' }),
|
||||
},
|
||||
|
||||
rows: [
|
||||
@@ -141,7 +141,7 @@ export const useStore = defineStore('store', {
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
for: 'pociągu',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: '2-digit', month: 'long' }),
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'long' }),
|
||||
},
|
||||
|
||||
rows: [
|
||||
@@ -179,8 +179,6 @@ export const useStore = defineStore('store', {
|
||||
},
|
||||
],
|
||||
} as IOrderS,
|
||||
|
||||
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user