feat(视图):结果过滤器暂时隐藏不做...

This commit is contained in:
junjie 2021-04-14 11:30:04 +08:00
parent 97d822796b
commit 74ccd7d307

View File

@ -132,23 +132,23 @@
</el-tab-pane>
</el-tabs>
</div>
<!-- <div style="overflow:auto;border-top: 1px solid #e6e6e6" class="padding-lr filter-class">-->
<!-- <span>{{ $t('chart.result_filter') }}</span>-->
<!-- <div style="margin: 8px" class="filter-inner-class">-->
<!-- <draggable-->
<!-- v-model="view.customFilter"-->
<!-- group="drag"-->
<!-- animation="300"-->
<!-- :move="onMove"-->
<!-- style="height:100%;margin:0;overflow-x: auto;background-color: white;"-->
<!-- @end="end2"-->
<!-- >-->
<!-- <transition-group class="draggable-group">-->
<!-- <filter-item v-for="(item,index) in view.customFilter" :key="item.id" :index="index" :item="item" />-->
<!-- </transition-group>-->
<!-- </draggable>-->
<!-- </div>-->
<!-- </div>-->
<div v-if="false" style="overflow:auto;border-top: 1px solid #e6e6e6" class="padding-lr filter-class">
<span>{{ $t('chart.result_filter') }}</span>
<div style="margin: 8px" class="filter-inner-class">
<draggable
v-model="view.customFilter"
group="drag"
animation="300"
:move="onMove"
style="height:100%;margin:0;overflow-x: auto;background-color: white;"
@end="end2"
>
<transition-group class="draggable-group">
<filter-item v-for="(item,index) in view.customFilter" :key="item.id" :index="index" :item="item" />
</transition-group>
</draggable>
</div>
</div>
</el-col>
<el-col style="height: 100%;min-width: 500px;border-top: 1px solid #E6E6E6;">