From 6823bf65f5b2f86bed2adeb190759cb6abcd2832 Mon Sep 17 00:00:00 2001 From: zhaojiale <631455805@qq.com> Date: 星期一, 22 八月 2022 09:21:28 +0800 Subject: [PATCH] 统计 事故统计 --- src/views/contingencyManagement/emergencyDrillStatistics/index.vue | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/views/contingencyManagement/emergencyDrillStatistics/index.vue b/src/views/contingencyManagement/emergencyDrillStatistics/index.vue index d9134b7..fddc2e6 100644 --- a/src/views/contingencyManagement/emergencyDrillStatistics/index.vue +++ b/src/views/contingencyManagement/emergencyDrillStatistics/index.vue @@ -4,11 +4,6 @@ <h2 class="title">距上次应急演练结束{{day}}天</h2> <el-form :model="form" label-width="20px"> <el-row> - <!-- <el-col :span="5" :offset="1"> - <el-form-item> - <el-date-picker v-model="form.date" format="YYYY-MM-DD" type="date" placeholder="应急演练时间" style="width: 100%" /> - </el-form-item> - </el-col> --> <el-col :span="4" :offset="15"> <el-form-item size="default"> <el-tree-select v-model="form.deptId" :data="data" @change="eaclick" placeholder="选择部门" :props="propse" style="width: 100%" /> @@ -136,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' -- Gitblit v1.9.2