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)">