From 8900f9da1c540112c798309eb789ab007e922c8e Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 10 七月 2025 16:52:21 +0800 Subject: [PATCH] #前端 --- rsf-admin/src/page/waveRule/WaveRuleEdit.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/waveRule/WaveRuleEdit.jsx b/rsf-admin/src/page/waveRule/WaveRuleEdit.jsx index 0291814..2fee55f 100644 --- a/rsf-admin/src/page/waveRule/WaveRuleEdit.jsx +++ b/rsf-admin/src/page/waveRule/WaveRuleEdit.jsx @@ -92,14 +92,14 @@ </Stack> </Grid> - <Grid item xs={12} md={4}> + {/* <Grid item xs={12} md={4}> <Typography variant="h6" gutterBottom> {translate('common.edit.title.common')} </Typography> <StatusSelectInput /> <Box mt="2em" /> <MemoInput /> - </Grid> + </Grid> */} </Grid> </SimpleForm> </Edit > -- Gitblit v1.9.1