1.高级搜索 日期类型控件修改

2.法规预警搜索条件修改
This commit is contained in:
高嵩
2023-02-17 16:07:11 +08:00
parent 0266227e3f
commit d1748f29c5
4 changed files with 26 additions and 12 deletions
+5 -1
View File
@@ -1378,5 +1378,9 @@ module.exports = {
columnforced:'Confirm a forced retraction?',
customize:'List setting',
customColumn:'Custom column',
afterdate:'In... After the date',
afterdatein:'In... After date (inclusive)',
beforedate:'In... Before date',
beforedatein:'In... Before date (inclusive)',
inRecentMonthsin6:'Within 6 months (implemented)',
}
+5
View File
@@ -1479,4 +1479,9 @@ module.exports = {
contactTheFounder:'联系作者',
customize:'列表设置',
customColumn:'自定义列',
afterdate:'...日期之后',
afterdatein:'...日期之后包含',
beforedate:'...日期之前',
beforedatein:'...日期之前包含',
inRecentMonthsin6:'近6个月内已实施',
}