update meta data

This commit is contained in:
manhlab
2021-04-12 07:01:53 -04:00
parent 176a5839dc
commit af25a2792d
18 changed files with 76 additions and 184 deletions

View File

@@ -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);

View File

@@ -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"

View File

@@ -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 => {

View File

@@ -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

View File

@@ -105,7 +105,7 @@
<CCardBody>
<CForm>
<CInput
description="Let us know your full name."
description="ФИО"
label="Enter your name"
horizontal
autocomplete="name"

View File

@@ -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);

View File

@@ -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"