feat: 修复策略中trigger的时间选择列表,添加策略setting的国际化,添加setting的icon图标

This commit is contained in:
刘洪洪
2023-10-25 18:41:16 +08:00
parent 94940d745c
commit 47d8212abe
10 changed files with 57 additions and 996 deletions

View File

@@ -476,9 +476,6 @@ export const detectionUnitList = {
{ value: 'library name2', knowledgeId: 9, label: 'Library name2' }
],
intervalList: [
{ value: 'year', label: 'years' },
{ value: 'months', label: 'months' },
{ value: 'weeks', label: 'weeks' },
{ value: 'days', label: 'days' },
{ value: 'hours', label: 'hours' },
{ value: 'minutes', label: 'minutes' },