Commit 0a33d8c4c8098fabe9e32a55c8ee12993cd8f656

Authored by loveumiko
1 parent 36bebfb5

fix: 修改租户配置默认存储天数改为默认存储TTL天数

@@ -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: {