forked from github/dataease
Merge pull request #4821 from dataease/pr@dev@refactor_field
refactor: 计算字段函数为空时增加提示
This commit is contained in:
commit
2b0cc74045
@ -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 enter,please input.'
|
||||
no_function: 'Function not enter,please input'
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: 'Effective only when editing',
|
||||
|
@ -1515,7 +1515,7 @@ export default {
|
||||
table_auto_break_line: '自動換行',
|
||||
table_break_line_tip: '開啟自動換行,表格行高設置將失效',
|
||||
step: '步長(px)',
|
||||
no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入。'
|
||||
no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入'
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: '僅編輯時生效',
|
||||
|
@ -1516,7 +1516,7 @@ export default {
|
||||
table_auto_break_line: '自动换行',
|
||||
table_break_line_tip: '开启自动换行,表格行高设置将失效',
|
||||
step: '步长(px)',
|
||||
no_function: '函数尚未支持直接引用,请在字段表达式中手动输入。'
|
||||
no_function: '函数尚未支持直接引用,请在字段表达式中手动输入'
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: '仅编辑时生效',
|
||||
|
Loading…
Reference in New Issue
Block a user