PMCORE-2584

This commit is contained in:
Andrea Adamczyk
2020-12-18 20:57:53 -04:00
parent 97de323e23
commit 5c40bc11f1
5 changed files with 7 additions and 35 deletions

View File

@@ -161,7 +161,7 @@ export default {
optionLabel: this.$i18n.t('ID_BY_TASK'),
detail: "",
tagText: "",
tagPrefix: this.$i18n.t('ID_SEARCH_BY_TASK_TITLE'),
tagPrefix: this.$i18n.t('ID_SEARCH_BY_TASK_NAME'),
autoShow: true,
items:[
{

View File

@@ -102,7 +102,7 @@ export default {
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
case_title: this.$i18n.t("ID_CASE_TITLE"),
process_name: this.$i18n.t("ID_PROCESS_NAME"),
pending_taks: this.$i18n.t("PENDING_TASKS"),
pending_taks: this.$i18n.t("ID_PENDING_TASKS"),
status: this.$i18n.t("ID_CASESLIST_APP_STATUS"),
start_date: this.$i18n.t("ID_START_DATE"),
finish_date: this.$i18n.t("ID_FINISH_DATE"),

View File

@@ -51,7 +51,7 @@
<div slot="priority" slot-scope="props">{{ props.row.PRIORITY }}</div>
<div slot="actions" slot-scope="props">
<button class="btn btn-success btn-sm" @click="claimCase(props.row)">
{{ $t("ID_CLAIM_CASE") }}
{{ $t("ID_CLAIM") }}
</button>
</div>
</v-server-table>