cloud-web-corejs 1.0.54-dev.589 → 1.0.54-dev.590

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ export default {
103
103
  "a-link": "超链接按钮",
104
104
  "a-text": "超链接文本",
105
105
  'project-tag': '标签',
106
- 'dropdown-menu': '下拉菜单',
106
+ 'dropdown': '下拉按钮',
107
107
 
108
108
  "create_by-text": "创建人",
109
109
  "modify_by-text": "更新人",
@@ -271,6 +271,9 @@ export function baseReplaceFieldsAndFunctionsOfFormula(VFR, formulaFieldRef, for
271
271
  }
272
272
  });
273
273
 
274
+ /* if(functionCalls.length){
275
+ } */
276
+
274
277
  if (isSameSubForm && !isInAggregationParam) {
275
278
  // 同一子表单且不在聚合函数参数中,使用当前行数据
276
279
  if(row){