@finema/finework-layer 1.0.19 → 1.0.20
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/CHANGELOG.md +6 -0
- package/app/components/PortalApp.vue +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.20](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.19...1.0.20) (2026-03-23)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* update descriptions in dailyApps and financeApps for clarity ([484f34e](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/484f34e249d5227a20702ac53820cb6599ba0494))
|
|
8
|
+
|
|
3
9
|
## [1.0.19](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.18...1.0.19) (2026-03-23)
|
|
4
10
|
|
|
5
11
|
### Bug Fixes
|
|
@@ -303,7 +303,7 @@ const dailyApps = computed(() => [
|
|
|
303
303
|
name: 'Clock-In',
|
|
304
304
|
logo: '/admin/clock-in-logo.png',
|
|
305
305
|
label: ' Clock-In',
|
|
306
|
-
description: 'เช็กอินเวลางาน
|
|
306
|
+
description: 'เช็กอินเวลางาน และเลือกสถานที่ทำงาน',
|
|
307
307
|
to: routes.clockin.home.to,
|
|
308
308
|
status: StatusPortal.ACTIVE,
|
|
309
309
|
},
|
|
@@ -425,7 +425,7 @@ const financeApps = computed(() => [
|
|
|
425
425
|
name: 'Guarantee',
|
|
426
426
|
logo: '/admin/cost-sheet.png',
|
|
427
427
|
label: 'งบค้ำประกัน',
|
|
428
|
-
description: '
|
|
428
|
+
description: 'การเบิกเงินค้ำซองและค้ำสัญญา',
|
|
429
429
|
to: '/',
|
|
430
430
|
status: StatusPortal.DEVELOPING,
|
|
431
431
|
},
|