提交 74ccd7d3 authored 作者: junjie's avatar junjie

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

上级 97d82279
...@@ -132,23 +132,23 @@ ...@@ -132,23 +132,23 @@
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
<!-- <div style="overflow:auto;border-top: 1px solid #e6e6e6" class="padding-lr filter-class">--> <div v-if="false" style="overflow:auto;border-top: 1px solid #e6e6e6" class="padding-lr filter-class">
<!-- <span>{{ $t('chart.result_filter') }}</span>--> <span>{{ $t('chart.result_filter') }}</span>
<!-- <div style="margin: 8px" class="filter-inner-class">--> <div style="margin: 8px" class="filter-inner-class">
<!-- <draggable--> <draggable
<!-- v-model="view.customFilter"--> v-model="view.customFilter"
<!-- group="drag"--> group="drag"
<!-- animation="300"--> animation="300"
<!-- :move="onMove"--> :move="onMove"
<!-- style="height:100%;margin:0;overflow-x: auto;background-color: white;"--> style="height:100%;margin:0;overflow-x: auto;background-color: white;"
<!-- @end="end2"--> @end="end2"
<!-- >--> >
<!-- <transition-group class="draggable-group">--> <transition-group class="draggable-group">
<!-- <filter-item v-for="(item,index) in view.customFilter" :key="item.id" :index="index" :item="item" />--> <filter-item v-for="(item,index) in view.customFilter" :key="item.id" :index="index" :item="item" />
<!-- </transition-group>--> </transition-group>
<!-- </draggable>--> </draggable>
<!-- </div>--> </div>
<!-- </div>--> </div>
</el-col> </el-col>
<el-col style="height: 100%;min-width: 500px;border-top: 1px solid #E6E6E6;"> <el-col style="height: 100%;min-width: 500px;border-top: 1px solid #E6E6E6;">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论