Merge pull request #4821 from dataease/pr@dev@refactor_field

refactor: 计算字段函数为空时增加提示
This commit is contained in:
Junjun 2023-03-20 14:25:41 +08:00 committed by GitHub
commit 2b0cc74045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1521,7 +1521,7 @@ export default {
table_auto_break_line: 'Auto Line Feed',
table_break_line_tip: 'If open this option,the table item height will disabled.',
step: 'Step(px)',
no_function: 'Function not enterplease input.'
no_function: 'Function not enterplease input'
},
dataset: {
scope_edit: 'Effective only when editing',

View File

@ -1515,7 +1515,7 @@ export default {
table_auto_break_line: '自動換行',
table_break_line_tip: '開啟自動換行,表格行高設置將失效',
step: '步長(px)',
no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入'
no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入'
},
dataset: {
scope_edit: '僅編輯時生效',

View File

@ -1516,7 +1516,7 @@ export default {
table_auto_break_line: '自动换行',
table_break_line_tip: '开启自动换行,表格行高设置将失效',
step: '步长(px)',
no_function: '函数尚未支持直接引用,请在字段表达式中手动输入'
no_function: '函数尚未支持直接引用,请在字段表达式中手动输入'
},
dataset: {
scope_edit: '仅编辑时生效',