update database

This commit is contained in:
manhlab
2021-04-09 10:42:08 -04:00
parent 43ce9eebd5
commit 8c4ad4aabf
106 changed files with 545 additions and 545 deletions

View File

@@ -1,14 +1,14 @@
<template>
<CCard>
<CCardHeader>
<strong>Thông tin</strong>
<strong>Информация</strong>
</CCardHeader>
<CCardBody>
<CForm>
<CInput label="" :value.sync="user.id" horizontal :readonly="true" />
<CInput label="Код" :value.sync="user.id" horizontal :readonly="true" />
<CInput
placeholder="Let us know your full name."
label="Tên"
label="Имя"
:value.sync="user.name"
horizontal
/>
@@ -21,22 +21,22 @@
autocomplete="email"
/>
<CInput
label="Số điện thoại"
label="Номер телефон"
placeholder="Enter your tel"
:value.sync="user.tel"
horizontal
autocomplete="tel"
/>
<CInput label="Ngày sinh" type="date" :value.sync="user.birthday" horizontal />
<CInput label="Дата рождения" type="date" :value.sync="user.birthday" horizontal />
<CSelect
label="Chức danh"
label="Должность"
horizontal
:value.sync="user.title_id"
:options="titles"
placeholder="Please select"
/>
<CSelect
label="Phòng ban"
label="Подразделение"
horizontal
:value.sync="user.department_id"
:options="departments"
@@ -45,7 +45,7 @@
<CFormGroup class="form-group form-row">
<template #label>
<slot name="label">
<label class="col-form-label col-sm-3">Kích hoạt</label>
<label class="col-form-label col-sm-3">Активирован</label>
</slot>
</template>
<template #input>