Merged in bugfix/PMCORE-3305 (pull request #8118)
PMCORE-3305 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
f505df60c4
@@ -13,7 +13,13 @@
|
|||||||
:data="dataMultiviewHeader"
|
:data="dataMultiviewHeader"
|
||||||
:dataSubtitle="dataSubtitle"
|
:dataSubtitle="dataSubtitle"
|
||||||
/>
|
/>
|
||||||
<settings-popover :options="formatColumnSettings(options.headings)" target="pm-dr-column-settings" @onUpdateColumnSettings="onUpdateColumnSettings" :key="random+1" :selected="formatColumnSelected(columns)"/>
|
<settings-popover
|
||||||
|
:options="formatColumnSettings(options.headings)"
|
||||||
|
target="pm-dr-column-settings"
|
||||||
|
@onUpdateColumnSettings="onUpdateColumnSettings"
|
||||||
|
:key="random+1"
|
||||||
|
:selected="formatColumnSelected(columns)"
|
||||||
|
/>
|
||||||
<v-server-table
|
<v-server-table
|
||||||
v-if="typeView === 'GRID'"
|
v-if="typeView === 'GRID'"
|
||||||
:data="tableData"
|
:data="tableData"
|
||||||
@@ -253,6 +259,7 @@ export default {
|
|||||||
case_title: this.$i18n.t("ID_CASE_TITLE"),
|
case_title: this.$i18n.t("ID_CASE_TITLE"),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
|
priority: this.$i18n.t("ID_PRIORITY"),
|
||||||
actions: ""
|
actions: ""
|
||||||
},
|
},
|
||||||
selectable: {
|
selectable: {
|
||||||
|
|||||||
Reference in New Issue
Block a user