|
@@ -66,7 +66,7 @@
|
|
<span class="text-base font-medium text-gray-600">运行记录工单统计</span>
|
|
<span class="text-base font-medium text-gray-600">运行记录工单统计</span>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
- <el-row class="h-[220px]">
|
|
|
|
|
|
+ <el-row class="h-[220px]" style="display: flex; justify-content: space-around;">
|
|
<el-col :span="4" class="flex flex-col items-center" @click="openFill(queryParams.deptId,4,queryParams.createTime)">
|
|
<el-col :span="4" class="flex flex-col items-center" @click="openFill(queryParams.deptId,4,queryParams.createTime)">
|
|
<div ref="reportingChartRef" class="h-[160px] w-full"></div>
|
|
<div ref="reportingChartRef" class="h-[160px] w-full"></div>
|
|
<div class="text-center mt-2" >
|
|
<div class="text-center mt-2" >
|
|
@@ -107,26 +107,26 @@
|
|
<span class="text-base font-medium text-gray-600">运行记录设备统计</span>
|
|
<span class="text-base font-medium text-gray-600">运行记录设备统计</span>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
- <el-row class="h-[220px]">
|
|
|
|
- <el-col :span="6" class="flex flex-col items-center" @click="openForm(queryParams.deptId,2,queryParams.createTime)">
|
|
|
|
|
|
+ <el-row class="h-[220px]" style="display: flex; justify-content: space-around;">
|
|
|
|
+ <el-col :span="4" class="flex flex-col items-center" @click="openForm(queryParams.deptId,2,queryParams.createTime)">
|
|
<div ref="reportingChartRef1" class="h-[160px] w-full"></div>
|
|
<div ref="reportingChartRef1" class="h-[160px] w-full"></div>
|
|
<div class="text-center mt-2" >
|
|
<div class="text-center mt-2" >
|
|
<span class="text-sm text-gray-600">总数</span>
|
|
<span class="text-sm text-gray-600">总数</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" class="flex flex-col items-center" @click="openForm(queryParams.deptId,1,queryParams.createTime)">
|
|
|
|
|
|
+ <el-col :span="4" class="flex flex-col items-center" @click="openForm(queryParams.deptId,1,queryParams.createTime)">
|
|
<div ref="dealFinishedChartRef1" class="h-[160px] w-full"></div>
|
|
<div ref="dealFinishedChartRef1" class="h-[160px] w-full"></div>
|
|
<div class="text-center mt-2">
|
|
<div class="text-center mt-2">
|
|
<span class="text-sm text-gray-600">已填写</span>
|
|
<span class="text-sm text-gray-600">已填写</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" class="flex flex-col items-center" @click="openForm(queryParams.deptId,0,queryParams.createTime)">
|
|
|
|
|
|
+ <el-col :span="4" class="flex flex-col items-center" @click="openForm(queryParams.deptId,0,queryParams.createTime)">
|
|
<div ref="transOrderChartRef1" class="h-[160px] w-full"></div>
|
|
<div ref="transOrderChartRef1" class="h-[160px] w-full"></div>
|
|
<div class="text-center mt-2">
|
|
<div class="text-center mt-2">
|
|
<span class="text-sm text-gray-600">未填写</span>
|
|
<span class="text-sm text-gray-600">未填写</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" class="flex flex-col items-center" @click="openForm(queryParams.deptId,3,queryParams.createTime)">
|
|
|
|
|
|
+ <el-col :span="4" class="flex flex-col items-center" @click="openForm(queryParams.deptId,3,queryParams.createTime)">
|
|
<div ref="ignoreChartRef1" class="h-[160px] w-full"></div>
|
|
<div ref="ignoreChartRef1" class="h-[160px] w-full"></div>
|
|
<div class="text-center mt-2">
|
|
<div class="text-center mt-2">
|
|
<span class="text-sm text-gray-600">忽略</span>
|
|
<span class="text-sm text-gray-600">忽略</span>
|