修改法规预警默认时间为空,添加三年内选项

This commit is contained in:
高嵩
2023-05-30 19:05:28 +08:00
parent 4c5232a4f6
commit b253d5c794
6 changed files with 35 additions and 22 deletions
+1
View File
@@ -1333,6 +1333,7 @@ module.exports = {
inRecentMonths6:'In recent 6 months',
inRecentYear1:'In recent 1 year',
inRecentYear2:'In recent 2 year',
inRecentYear3:'In recent 3 year',
selectAll:'Select All',
importLocalDisassemblyOrder:'Import local disassembly order',
notExport:'Not exported',
+1
View File
@@ -1435,6 +1435,7 @@ module.exports = {
inRecentMonths6: '近6个月内',
inRecentYear1: '近1年内',
inRecentYear2: '近2年内',
inRecentYear3: '近3年内',
selectAll: '全选',
importLocalDisassemblyOrder: '导入本地拆解单',
notExport: '未导出',