feat(视图): 文本类型过滤组件支持枚举

This commit is contained in:
junjie 2021-12-21 16:49:55 +08:00
parent c0be638c5a
commit 2e09954407
3 changed files with 8 additions and 5 deletions

View File

@ -998,7 +998,8 @@ export default {
logic_exp: 'Logic',
enum_exp: 'Enum',
pls_slc: 'Please Select',
filter_exp: 'Filter Value'
filter_exp: 'Filter Value',
filter_type: 'Filter Type'
},
dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',

View File

@ -996,9 +996,10 @@ export default {
and: '與',
or: '或',
logic_exp: '邏輯條件',
enum_exp: '枚舉條件',
enum_exp: '字段枚舉值',
pls_slc: '請選擇',
filter_exp: '過濾條件'
filter_exp: '過濾值',
filter_type: '過濾方式'
},
dataset: {
sheet_warn: '有多個 Sheet 頁,默認抽取第一個',

View File

@ -999,9 +999,10 @@ export default {
and: '与',
or: '或',
logic_exp: '逻辑条件',
enum_exp: '枚举条件',
enum_exp: '字段枚举值',
pls_slc: '请选择',
filter_exp: '过滤条件'
filter_exp: '过滤值',
filter_type: '过滤方式'
},
dataset: {
sheet_warn: '有多个 Sheet 页,默认抽取第一个',