Merge branch 'develop' of github.com:Frappet/BMA-EHR-RECRUIT-EXAM-VUE3 into me
This commit is contained in:
commit
4046110d13
2 changed files with 18 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue