2026.3.27
按照群里发的修改意见已修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ChartCard margin="30rpx 0 0 0" title="QC活动">
|
||||
<ChartCard margin="30rpx 0 0 0" title="QC活动数">
|
||||
<view class="inspection ">
|
||||
<qiun-data-charts type="column" :canvas2d="false" :opts="opts" :chartData="chartData" @getIndex="handleTap" />
|
||||
</view>
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
onMounted(() => {
|
||||
let res = {
|
||||
categories: ["省部级奖\n项", "集团级奖\n项", "企业级奖\n项"],
|
||||
categories: ["省部级奖数量", "集团级奖项数量", "企业级奖项数量"],
|
||||
series: [{
|
||||
color: "#27c9cb",
|
||||
name: '',
|
||||
|
||||
Reference in New Issue
Block a user