ecinc-cloud-wappaio 9.7.63 → 9.7.64

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.
@@ -278103,7 +278103,7 @@ function txtLblI18nFunc(el, binding, vnode) {
278103
278103
  var field = binding.value;
278104
278104
  //非中文版、流程类文本标签,使用语言包中的配置
278105
278105
  var moduleCode = (vnode.context.moduleCode || '').toLowerCase();
278106
- if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === 'ecoa')) {
278106
+ if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === 'usersetting')) {
278107
278107
  var attrs = vnode.data.attrs || {};
278108
278108
  var label = vnode.context.$i18n.generateTitle({
278109
278109
  i18nCode: binding.value
@@ -278121,7 +278121,7 @@ function txtLblI18nFunc(el, binding, vnode) {
278121
278121
  var field = binding.value;
278122
278122
  //非中文版、流程类文本标签,使用语言包中的配置
278123
278123
  var moduleCode = (vnode.context.moduleCode || '').toLowerCase();
278124
- if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === 'ecoa')) {
278124
+ if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === 'usersetting')) {
278125
278125
  var attrs = vnode.data.attrs || {};
278126
278126
  var label = vnode.context.$i18n.generateTitle({
278127
278127
  i18nCode: binding.value