Merge branch 'develop' of github.com:Frappet/BMA-EHR-RECRUIT-EXAM-VUE3 into me

This commit is contained in:
Thanit Konmek 2023-03-17 00:40:30 +07:00
commit 4046110d13
2 changed files with 18 additions and 1 deletions

View file

@ -31,6 +31,7 @@ interface Information {
provinceId: string
cardIdDate: Date
statusId: string
knowledge: string
}
interface Family {
@ -228,7 +229,8 @@ const defaultInformation: Information = {
email: 'kittapath@frappet.com',
provinceId: 'กรุงเทพ',
cardIdDate: new Date('2000-01-10'),
statusId: 'โสด'
statusId: 'โสด',
knowledge: 'excel, word, photoshop'
}
const defaultFamily: Family = {