提交 cff1c905 authored 作者: 龙菲's avatar 龙菲

隐藏虚拟展厅统计

上级 481d885a
......@@ -31,16 +31,16 @@
</div>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<!-- <el-row> -->
<!-- <el-col :span="12">
<div style="height: 250px;">
<Echart :options="virtualOptions" height='100%' width="100%" v-if="virtualOptions"></Echart>
</div>
</el-col>
</el-col> -->
<!-- <el-col :span="12">
<Echart :options="options" height='100%' width="100%" v-if="options"></Echart>
</el-col> -->
</el-row>
<!-- </el-row> -->
</el-card>
......@@ -53,7 +53,7 @@
<el-radio :label="2">展览</el-radio>
<el-radio :label="1">文物</el-radio>
<!-- <el-radio :label="4">精品展</el-radio> -->
<el-radio :label="3">虚拟展厅</el-radio>
<!-- <el-radio :label="3">虚拟展厅</el-radio> -->
</el-radio-group>
</div>
<TablePage :data="list.records" :tableTitle="tableTitle">
......@@ -91,9 +91,7 @@
</el-card>
<el-card style="margin-top:20px ;">
<div slot="header" style="display: flex;justify-content: space-between; align-items: center;">
<CustomTitle title="虚拟展厅数量统计" />
<el-radio-group v-model="virtualRadio" style="float: right;">
<el-radio :label="1">按地区</el-radio>
<el-radio :label="2">按博物馆</el-radio>
......@@ -396,7 +394,7 @@
this.crOptions = {
title: {
text: '文物排行TOP5',
text: '文物排行Top5',
left: '5%',
top: '15',
textStyle: {
......@@ -458,7 +456,7 @@
};
this.displayOptions = {
title: {
text: '展览排行TOP5',
text: '展览排行Top5',
left: '5%',
top: '15',
textStyle: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论