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