modified: main_dc/valitovgaziz/html/index.html
new file: main_dc/yalarba/api_tp/internal/models/contacts.go new file: main_dc/yalarba/easySite/easySite/app/assets/images/itFestOren.jpg modified: main_dc/yalarba/easySite/easySite/app/pages/objects/index.vue easysite102.ru add new page contacts valitovgaziz.ru add text about motivation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package models
|
||||
|
||||
import {
|
||||
"fmt"
|
||||
}
|
||||
|
||||
type Contact struct {
|
||||
ID uint `json:"id" gorm:"primarykey"`
|
||||
UserId uint
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
DeletedAt gorm.DeletedAt `json:"deleted_at,omitempty" gorm:"index"`
|
||||
|
||||
FirstName string
|
||||
LastName string
|
||||
PhoneNumber string
|
||||
SocialLinks map[string]string
|
||||
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.7 MiB |
@@ -24,10 +24,10 @@
|
||||
@keyup.enter="searchObjects"
|
||||
>
|
||||
</div>
|
||||
<button @click="searchObjects" class="btn btn-primary">
|
||||
<button class="btn btn-primary" @click="searchObjects">
|
||||
Найти
|
||||
</button>
|
||||
<button @click="resetSearch" class="btn btn-outline">
|
||||
<button class="btn btn-outline" @click="resetSearch">
|
||||
Сброс
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user