ui หน้าสมัครสอบ

This commit is contained in:
Kittapath 2023-03-15 14:20:18 +07:00
parent 03b6076835
commit 792f30d606
48 changed files with 2845 additions and 43 deletions

View file

@ -33,15 +33,8 @@ const menuList = readonly<menuType[]>([
key: 2,
icon: 'o_person',
activeIcon: 'person',
label: 'ข้อมูลหลัก01',
path: 'meta01'
},
{
key: 3,
icon: 'o_person',
activeIcon: 'person',
label: 'ข้อมูลหลัก02',
path: 'meta02'
label: 'รายการสอบทั้งหมด',
path: 'exam'
}
])
@ -70,7 +63,7 @@ const notiList = readonly<notiType[]>([
{
id: 1,
sender: 'ท',
body: 'ขอแก้ไขข้อมูลทะเบียนประวัติ',
body: 'ขอแก้ไขข้อมูลรายการสอบทั้งหมด',
timereceive: '13/12/2565'
}
])