ecinc-cloud-mappaio 9.6.95 → 9.6.96

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.
@@ -65466,7 +65466,7 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
65466
65466
  function fieldLblI18nFunc(el, binding, vnode) {
65467
65467
  var field = binding.value;
65468
65468
  //非中文版、流程类文本标签,使用语言包中的配置
65469
- if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65469
+ if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65470
65470
  var attrs = vnode.data.attrs || {};
65471
65471
  var label = vnode.context.$i18n.generateTitle({
65472
65472
  field: binding.value
@@ -65600,7 +65600,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
65600
65600
  function txtLblI18nFunc(el, binding, vnode) {
65601
65601
  var field = binding.value;
65602
65602
  //非中文版、流程类文本标签,使用语言包中的配置
65603
- if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65603
+ if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65604
65604
  var attrs = vnode.data.attrs || {};
65605
65605
  var label = vnode.context.$i18n.generateTitle({
65606
65606
  i18nCode: binding.value
@@ -65476,7 +65476,7 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
65476
65476
  function fieldLblI18nFunc(el, binding, vnode) {
65477
65477
  var field = binding.value;
65478
65478
  //非中文版、流程类文本标签,使用语言包中的配置
65479
- if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65479
+ if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65480
65480
  var attrs = vnode.data.attrs || {};
65481
65481
  var label = vnode.context.$i18n.generateTitle({
65482
65482
  field: binding.value
@@ -65610,7 +65610,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
65610
65610
  function txtLblI18nFunc(el, binding, vnode) {
65611
65611
  var field = binding.value;
65612
65612
  //非中文版、流程类文本标签,使用语言包中的配置
65613
- if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65613
+ if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
65614
65614
  var attrs = vnode.data.attrs || {};
65615
65615
  var label = vnode.context.$i18n.generateTitle({
65616
65616
  i18nCode: binding.value