Merge pull request #7264 from dataease/pr@dev-v2@refactor_tips

refactor: 计算字段提示文案修改 #7260
This commit is contained in:
Junjun 2023-12-21 16:26:34 +08:00 committed by GitHub
commit a81ee84663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1354,7 +1354,7 @@ export default {
pls_input_filename: '请输入文件名称',
calc_tips: {
tip1: '表达式语法请遵循calcite语法',
tip2: '数据集中不支持聚合运算',
tip2: '聚合运算仅能在图表中生效',
tip3: '引用字段以 "[" 开始 "]" 结束',
tip4: '请勿修改引用内容否则将引用失败',
tip5: '若输入与引用字段相同格式的内容将被当作引用字段处理',