From 38ff09bd2a638bc43a365efe0390cc3510d62e68 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 09 六月 2025 17:36:37 +0800 Subject: [PATCH] 2025.6.9 功能编写中 --- src/views/inspection/problem/component/ProblemChangeChart.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/inspection/problem/component/ProblemChangeChart.vue b/src/views/inspection/problem/component/ProblemChangeChart.vue index 73703d6..60cc1d7 100644 --- a/src/views/inspection/problem/component/ProblemChangeChart.vue +++ b/src/views/inspection/problem/component/ProblemChangeChart.vue @@ -1,6 +1,6 @@ <template> <el-row justify="space-between"> - <el-col :span="18"> + <el-col :span="24"> <el-text size="small"> 鍦烘櫙鏁帮細{{ sceneNum }}锛岄棶棰樻�绘暟锛歿{ proNum }}锛屽崟鍦烘櫙闂鍧囧�硷細{{ proEachSceneNum }}锛� </el-text> @@ -10,11 +10,11 @@ }}锛屾湁鏁堟暣鏀圭巼锛歿{ changePassPer }} </el-text> </el-col> - <el-col :span="6"> + <!-- <el-col :span="6"> <el-row justify="end"> - <!-- <OptionTime v-model="time"></OptionTime> --> + <OptionTime v-model="time"></OptionTime> </el-row> - </el-col> + </el-col> --> </el-row> <div ref="echart" class="line-chart"></div> </template> -- Gitblit v1.9.3