From 419d6da9a64ec9fe764034211250cee539baaac7 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Tue, 30 Sep 2025 18:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/room/hourlyChart/hook.tsx | 6 +++++- src/views/room/hourlyChart/ruleform.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/room/hourlyChart/hook.tsx b/src/views/room/hourlyChart/hook.tsx index 0b14759..f1f8a24 100644 --- a/src/views/room/hourlyChart/hook.tsx +++ b/src/views/room/hourlyChart/hook.tsx @@ -57,7 +57,11 @@ export function useData() { }, { label: "本期开始时间", - prop: "stime" + prop: "stime", + width: 300, + cellRenderer: ({ row }) => ( + {row.stime} - {row.etime} + ) } ]); const onSearch = async (formData) => { diff --git a/src/views/room/hourlyChart/ruleform.vue b/src/views/room/hourlyChart/ruleform.vue index 20a94a3..dc6b20e 100644 --- a/src/views/room/hourlyChart/ruleform.vue +++ b/src/views/room/hourlyChart/ruleform.vue @@ -255,7 +255,7 @@ defineExpose({ getRef, confrimData }); @click="settingReward(ele, item)">