เพิ่ม input ความรู้ความสามารถ
This commit is contained in:
parent
e67e2be713
commit
04be324441
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 {
|
||||
|
|
@ -125,7 +126,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