...
|
...
|
@@ -175,7 +175,7 @@ export const formSchema: FormSchema[] = [ |
175
|
175
|
required: true,
|
176
|
176
|
defaultValue: '0',
|
177
|
177
|
|
178
|
|
- label: '默认存储天数(0-无限制)',
|
|
178
|
+ label: '默认存储TTL天数(0-无限制)',
|
179
|
179
|
colProps: { span: 12 },
|
180
|
180
|
component: 'InputNumber',
|
181
|
181
|
componentProps: {
|
...
|
...
|
|