Explorar o código

style(ChannelCheckChart): 修改卡片标题为通道高峰过检率

修正了组件标题的文案表述,使其更贴合实际展示的图表内容
huoyi hai 1 semana
pai
achega
b944f071df

+ 1 - 1
src/views/portraitManagement/components/ChannelCheckChart.vue

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <Card title="每日通道过检率">
2
+  <Card title="通道高峰过检率">
3 3
     <div ref="bar" style="width: 100%; height: 100%;"></div>
4 4
   </Card>
5 5
 </template>