diff --git a/src/components/04_product-service/ProductCardComponent.vue b/src/components/04_product-service/ProductCardComponent.vue new file mode 100644 index 00000000..c350916a --- /dev/null +++ b/src/components/04_product-service/ProductCardComponent.vue @@ -0,0 +1,73 @@ + + + + + + + + + + {{ title }} + {{ subtitle }} + + + + + {{ $t('status') }} + + + {{ $t('statusACTIVE') }} + + + {{ $t('statusINACTIVE') }} + + + + {{ 'วันที่ล่าสุด' }} + {{ dateFormat(date) }} + + + + + + + + diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue new file mode 100644 index 00000000..c32b785a --- /dev/null +++ b/src/pages/04_product-service/MainPage.vue @@ -0,0 +1,103 @@ + + + + + กลุ่มสินค้าและบริการ + + + + + + + กลุ่มสินค้าและบริการทั้งหมด + + + + + + + + {{ $t('all') }} + + + {{ $t('statusACTIVE') }} + + + {{ $t('statusINACTIVE') }} + + + + + + + + + + + + + + + +