You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
647 B
17 lines
647 B
3 years ago
|
<view>
|
||
|
<!-- 时间组件 -->
|
||
|
<time-component></time-component>
|
||
|
<view class="brand">
|
||
|
<view class="text">品牌传播声量</view>
|
||
|
<view class="brand_tu">
|
||
|
<c-echars showChart="{{showChart}}" canvasId="brandbar-canvas" chartId="brandbar" chartOption="{{brandOption}}" height="100%"></c-echars>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="brand">
|
||
|
<view class="text">车型传播声量</view>
|
||
|
<view class="brand_tu">
|
||
|
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{modelOption}}" height="100%"></c-echars>
|
||
|
</view>
|
||
|
|
||
|
</view>
|
||
|
</view>
|