mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
feat: gant block table configure
This commit is contained in:
parent
402c63f307
commit
636ad912f9
@ -61,7 +61,7 @@ export const GanttDesigner = () => {
|
||||
/>
|
||||
<SchemaSettings.SelectItem
|
||||
title={t('Time Range')}
|
||||
value={fieldNames.range}
|
||||
value={fieldNames.range||'day'}
|
||||
options={[
|
||||
{ label: compile('{{t("Hour")}}'), value: 'hour', color: 'orange' },
|
||||
{ label: compile('{{t("Quarter of day")}}'), value: 'quarterOfDay', color: 'default' },
|
||||
|
@ -1062,7 +1062,6 @@ export const createGanttBlockSchema = (options) => {
|
||||
'x-decorator-props': {
|
||||
style: {
|
||||
display: 'inline-block',
|
||||
maxWidth: '30%',
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user