PMCORE-3170

This commit is contained in:
Henry Jordan
2021-07-21 15:56:48 +00:00
parent a9ac478af1
commit f4e9400031

View File

@@ -34,6 +34,9 @@ export default {
}, },
optionsVueList: { optionsVueList: {
limit: 10, limit: 10,
dblClick:(event, item, options)=>{
this.openCase(item);
},
headings: { headings: {
detail: "", detail: "",
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),