forked from github/dataease
refactor: 计算字段函数为空时增加提示
This commit is contained in:
parent
ca69db7bff
commit
1fd7c53997
@ -1521,7 +1521,7 @@ export default {
|
|||||||
table_auto_break_line: 'Auto Line Feed',
|
table_auto_break_line: 'Auto Line Feed',
|
||||||
table_break_line_tip: 'If open this option,the table item height will disabled.',
|
table_break_line_tip: 'If open this option,the table item height will disabled.',
|
||||||
step: 'Step(px)',
|
step: 'Step(px)',
|
||||||
no_function: 'Function not enter,please input.'
|
no_function: 'Function not enter,please input'
|
||||||
},
|
},
|
||||||
dataset: {
|
dataset: {
|
||||||
scope_edit: 'Effective only when editing',
|
scope_edit: 'Effective only when editing',
|
||||||
|
@ -1515,7 +1515,7 @@ export default {
|
|||||||
table_auto_break_line: '自動換行',
|
table_auto_break_line: '自動換行',
|
||||||
table_break_line_tip: '開啟自動換行,表格行高設置將失效',
|
table_break_line_tip: '開啟自動換行,表格行高設置將失效',
|
||||||
step: '步長(px)',
|
step: '步長(px)',
|
||||||
no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入。'
|
no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入'
|
||||||
},
|
},
|
||||||
dataset: {
|
dataset: {
|
||||||
scope_edit: '僅編輯時生效',
|
scope_edit: '僅編輯時生效',
|
||||||
|
@ -1516,7 +1516,7 @@ export default {
|
|||||||
table_auto_break_line: '自动换行',
|
table_auto_break_line: '自动换行',
|
||||||
table_break_line_tip: '开启自动换行,表格行高设置将失效',
|
table_break_line_tip: '开启自动换行,表格行高设置将失效',
|
||||||
step: '步长(px)',
|
step: '步长(px)',
|
||||||
no_function: '函数尚未支持直接引用,请在字段表达式中手动输入。'
|
no_function: '函数尚未支持直接引用,请在字段表达式中手动输入'
|
||||||
},
|
},
|
||||||
dataset: {
|
dataset: {
|
||||||
scope_edit: '仅编辑时生效',
|
scope_edit: '仅编辑时生效',
|
||||||
|
Loading…
Reference in New Issue
Block a user