last updates

This commit is contained in:
Henry Jordan
2021-08-26 20:33:59 +00:00
parent 69bf294f4b
commit 4732ffc6b3
15 changed files with 406 additions and 180 deletions

View File

@@ -5,7 +5,7 @@
<div>
<BreadCrumb
:options="breadCrumbs.data"
:settings="breadCrumbs.settings"
:settings="settingsBreadcrumbs"
/>
<ProcessPopover
:options="optionsProcesses"
@@ -18,7 +18,7 @@
v-model="category"
:options="optionsCategory"
:searchable="false"
:close-on-select="false"
:close-on-select="true"
:show-labels="false"
track-by="id"
label="name"
@@ -78,7 +78,13 @@ export default {
return {
category: null,
dataProcesses: null, //Data API processes
settingsBreadcrumbs: [
{
class: "fas fa-info-circle",
tooltip: this.$t("ID_TASK_RISK_LEVEL1_INFO"),
onClick() {},
},
],
optionsCategory: [],
optionsProcesses: [],
selectedProcesses: [],