feat: แสดงวันที่สร้าง service

This commit is contained in:
Net 2024-06-21 11:43:50 +07:00
parent 21b4b25110
commit 5253bdc9fa
2 changed files with 6 additions and 1 deletions

View file

@ -1123,6 +1123,7 @@ watch(currentStatus, async () => {
:id="i.id"
:title="i.name"
:status="i.status === 'INACTIVE' ? true : false"
:created-at="i.createdAt"
@menuViewDetail="
() => {
currentIdProduct = i.id;