Discover: SidebarFilter delete Containment Trim.

This commit is contained in:
chiayin
2023-05-24 12:43:31 +08:00
parent 6ca0601db7
commit a9c7723e6e
2 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
<span class="block">Start date</span> <span class="block">Start date</span>
<Calendar v-model="date" dateFormat="dd/mm/yy" /> <Calendar v-model="date" dateFormat="dd/mm/yy" />
</div> </div>
<!-- <Calendar v-model="date" @date-select.stop="eee($event)" /> -->
</div> </div>
<canvas id="myChart"></canvas> <canvas id="myChart"></canvas>
</section> </section>
@@ -122,6 +123,9 @@ export default{
} }
}, },
methods: { methods: {
eee(e){
console.log(e);
},
/** /**
* Set bar chart Options * Set bar chart Options
*/ */

View File

@@ -132,7 +132,7 @@ export default {
'Mode': ['Directly follows', 'Eventually follows'], 'Mode': ['Directly follows', 'Eventually follows'],
'ModeAtt': ['Case', 'Activity'], 'ModeAtt': ['Case', 'Activity'],
'Refine': ['Include', 'Exclude'], 'Refine': ['Include', 'Exclude'],
'Containment': ['Contained in', 'Started in', 'Ended in', 'Active in', 'Trim'], 'Containment': ['Contained in', 'Started in', 'Ended in', 'Active in'],
}, },
tab: 'filter', // filter | funnel tab: 'filter', // filter | funnel
selectValue: { selectValue: {