update meta data
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
||||
.delete(id)
|
||||
.then(response => {
|
||||
this.attachments.splice(index, 1);
|
||||
this.$toast.success("Đã xóa");
|
||||
this.$toast.success("Удалено");
|
||||
})
|
||||
.catch(error => {
|
||||
this.toastHttpError(error);
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<CCardBody>
|
||||
<CRow class="form-group">
|
||||
<CCol v-if="isOutcome" sm="12">
|
||||
<label>Inbox</label>
|
||||
<label>Список документа</label>
|
||||
<treeselect
|
||||
v-model="linkToDocument"
|
||||
:multiple="false"
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
color="danger"
|
||||
@click="onClickDelete"
|
||||
>
|
||||
<CIcon name="cil-x" /> Xóa
|
||||
<CIcon name="cil-x" /> Удалить
|
||||
</CButton>
|
||||
</template>
|
||||
</CModal>
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
.delete(this.itemSelected.id)
|
||||
.then(response => {
|
||||
this.isShowDetail = false;
|
||||
this.$toast.success("Đã xóa");
|
||||
this.$toast.success("Удалено");
|
||||
this.fetchList();
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<CForm>
|
||||
<CInput label="Код" :value.sync="user.id" horizontal :readonly="true" />
|
||||
<CInput
|
||||
placeholder="Let us know your full name."
|
||||
placeholder="ФИО"
|
||||
label="Имя"
|
||||
:value.sync="user.name"
|
||||
horizontal
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
<CCardBody>
|
||||
<CForm>
|
||||
<CInput
|
||||
description="Let us know your full name."
|
||||
description="ФИО"
|
||||
label="Enter your name"
|
||||
horizontal
|
||||
autocomplete="name"
|
||||
|
||||
@@ -129,7 +129,7 @@ export default {
|
||||
services.statistic
|
||||
.download(this.statistic)
|
||||
.then(response => {
|
||||
this.$toast.success("Exported báo cáo");
|
||||
this.$toast.success("Exported отчет");
|
||||
})
|
||||
.catch(error => {
|
||||
this.toastHttpError(error);
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<CCardBody>
|
||||
<CForm>
|
||||
<CInput
|
||||
placeholder="Let us know your full name."
|
||||
placeholder="ФИО"
|
||||
label="Имя"
|
||||
:value.sync="user.name"
|
||||
horizontal
|
||||
@@ -62,7 +62,7 @@
|
||||
horizontal
|
||||
/>
|
||||
<CInput
|
||||
placeholder="Nhập lại mật khẩu."
|
||||
placeholder="Подтверждение пароля"
|
||||
label="Подтверждить"
|
||||
type="password"
|
||||
:value.sync="user.password_confirmation"
|
||||
|
||||
Reference in New Issue
Block a user