PMCORE-2584
This commit is contained in:
@@ -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:[
|
||||
{
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user