Your Name
2022-08-25 0203ef4d930ba7a56996debad9d14c9528390fba
src/views/contingencyManagement/emergencyDrillStatistics/index.vue
@@ -20,31 +20,31 @@
            </el-row>
         </el-form>
         <div ref="main" style="width: 100%; height: 300px"></div>
         <el-select v-model="params.searchParams.classification" style="width: 200px"
                  placeholder="请选择物资分类" @change="emergencySuppliesCount">
            <el-option label="事故气体吸收装置" value="1"></el-option>
            <el-option label="通讯设施" value="2"></el-option>
            <el-option label="交通运输工具" value="3"></el-option>
            <el-option label="照明装置" value="4"></el-option>
            <el-option label="防护器材" value="5"></el-option>
            <el-option label="其它" value="6"></el-option>
         </el-select>
         <div class="pie-body">
            <div class="pie-item" ref="echarts0">
         <div style="width: 100%; padding-left: 20px">
            <el-select v-model="params.searchParams.classification" style="width: 200px"
                     placeholder="请选择物资分类" @change="emergencySuppliesCount">
               <el-option label="事故气体吸收装置" value="1"></el-option>
               <el-option label="通讯设施" value="2"></el-option>
               <el-option label="交通运输工具" value="3"></el-option>
               <el-option label="照明装置" value="4"></el-option>
               <el-option label="防护器材" value="5"></el-option>
               <el-option label="其它" value="6"></el-option>
            </el-select>
            <div class="pie-body">
               <div class="pie-item" ref="echarts0">
               </div>
               <div class="pie-item" ref="echarts1">
               </div>
               <div class="pie-item" ref="echarts2">
               </div>
               <div class="pie-item" ref="echarts3">
               </div>
               <div class="pie-item" ref="echarts4">
               </div>
               <ArrowLeftBold class="pie-left" :class="disabledLeft" @click="leftClick" />
               <ArrowRightBold class="pie-right" :class="disabledRight" @click="rightClick" />
            </div>
            <div class="pie-item" ref="echarts1">
            </div>
            <div class="pie-item" ref="echarts2">
            </div>
            <div class="pie-item" ref="echarts3">
            </div>
            <div class="pie-item" ref="echarts4">
            </div>
            <ArrowLeftBold class="pie-left" :class="disabledLeft" @click="leftClick" />
            <ArrowRightBold class="pie-right" :class="disabledRight" @click="rightClick" />
         </div>
      </div>
   </div>
</template>
@@ -131,13 +131,13 @@
               },
               color:['#24c548'],
               title: {
                  text: list.value[a].name+'\n'+list.value[a].totalNum,
                  x: 127,
                  y: 63,
                  text: list.value[a].name+'\n\n'+list.value[a].totalNum,
                  x: '49%',
                  y: '35%',
                  textAlign:'center',
                  textStyle: {
                     color: '#24c548',
                     fontSize: 25,
                     fontSize: 19,
                     fontWeight: "bold",
                     fontFamily:'D-DIN',
                     textShadowColor:'red'