update meta data
This commit is contained in:
@@ -208,7 +208,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
||||
this.service["delete"](this.itemSelected.id).then(function (response) {
|
||||
_this4.isShowDetail = false;
|
||||
|
||||
_this4.$toast.success("Đã xóa");
|
||||
_this4.$toast.success("Удалено");
|
||||
|
||||
_this4.fetchList();
|
||||
})["catch"](function (error) {
|
||||
@@ -353,7 +353,7 @@ var render = function() {
|
||||
},
|
||||
[
|
||||
_c("CIcon", { attrs: { name: "cil-x" } }),
|
||||
_vm._v(" Xóa\n ")
|
||||
_vm._v(" Удалить\n ")
|
||||
],
|
||||
1
|
||||
)
|
||||
|
||||
@@ -1172,7 +1172,7 @@ var render = function() {
|
||||
[
|
||||
_c("CInput", {
|
||||
attrs: {
|
||||
description: "Let us know your full name.",
|
||||
description: "ФИО",
|
||||
label: "Enter your name",
|
||||
horizontal: "",
|
||||
autocomplete: "name"
|
||||
|
||||
@@ -608,7 +608,7 @@ var render = function() {
|
||||
_vm._v(" "),
|
||||
_c("CInput", {
|
||||
attrs: {
|
||||
placeholder: "Let us know your full name.",
|
||||
placeholder: "ФИО",
|
||||
label: "Имя",
|
||||
value: _vm.user.name,
|
||||
horizontal: ""
|
||||
|
||||
@@ -198,7 +198,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
||||
var _this3 = this;
|
||||
|
||||
_services_factory__WEBPACK_IMPORTED_MODULE_1__["default"].statistic.download(this.statistic).then(function (response) {
|
||||
_this3.$toast.success("Exported báo cáo");
|
||||
_this3.$toast.success("Exported отчет");
|
||||
})["catch"](function (error) {
|
||||
_this3.toastHttpError(error);
|
||||
});
|
||||
|
||||
@@ -221,7 +221,7 @@ var render = function() {
|
||||
[
|
||||
_c("CInput", {
|
||||
attrs: {
|
||||
placeholder: "Let us know your full name.",
|
||||
placeholder: "ФИО",
|
||||
label: "Имя",
|
||||
value: _vm.user.name,
|
||||
horizontal: ""
|
||||
@@ -378,7 +378,7 @@ var render = function() {
|
||||
_vm._v(" "),
|
||||
_c("CInput", {
|
||||
attrs: {
|
||||
placeholder: "Nhập lại mật khẩu.",
|
||||
placeholder: "Подтверждение пароля",
|
||||
label: "Подтверждить",
|
||||
type: "password",
|
||||
value: _vm.user.password_confirmation,
|
||||
|
||||
@@ -141,7 +141,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
||||
_services_factory__WEBPACK_IMPORTED_MODULE_1__["default"].attachment["delete"](id).then(function (response) {
|
||||
_this3.attachments.splice(index, 1);
|
||||
|
||||
_this3.$toast.success("Đã xóa");
|
||||
_this3.$toast.success("Удалено");
|
||||
})["catch"](function (error) {
|
||||
_this3.toastHttpError(error);
|
||||
});
|
||||
@@ -1176,7 +1176,7 @@ var render = function() {
|
||||
"CCol",
|
||||
{ attrs: { sm: "12" } },
|
||||
[
|
||||
_c("label", [_vm._v("Inbox")]),
|
||||
_c("label", [_vm._v("Список документа")]),
|
||||
_vm._v(" "),
|
||||
_c("treeselect", {
|
||||
attrs: { multiple: false, options: _vm.documents },
|
||||
|
||||
Reference in New Issue
Block a user