ecinc-cloud-wappaio 9.6.344 → 9.6.345
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.
package/lib/ecwappaio.common.js
CHANGED
|
@@ -181220,7 +181220,7 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
|
|
|
181220
181220
|
function fieldLblI18nFunc(el, binding, vnode) {
|
|
181221
181221
|
var field = binding.value;
|
|
181222
181222
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
181223
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181223
|
+
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181224
181224
|
var attrs = vnode.data.attrs || {};
|
|
181225
181225
|
var label = vnode.context.$i18n.generateTitle({
|
|
181226
181226
|
field: binding.value
|
|
@@ -181354,7 +181354,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
181354
181354
|
function txtLblI18nFunc(el, binding, vnode) {
|
|
181355
181355
|
var field = binding.value;
|
|
181356
181356
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
181357
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181357
|
+
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181358
181358
|
var attrs = vnode.data.attrs || {};
|
|
181359
181359
|
var label = vnode.context.$i18n.generateTitle({
|
|
181360
181360
|
i18nCode: binding.value
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -181230,7 +181230,7 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
|
|
|
181230
181230
|
function fieldLblI18nFunc(el, binding, vnode) {
|
|
181231
181231
|
var field = binding.value;
|
|
181232
181232
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
181233
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181233
|
+
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181234
181234
|
var attrs = vnode.data.attrs || {};
|
|
181235
181235
|
var label = vnode.context.$i18n.generateTitle({
|
|
181236
181236
|
field: binding.value
|
|
@@ -181364,7 +181364,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
181364
181364
|
function txtLblI18nFunc(el, binding, vnode) {
|
|
181365
181365
|
var field = binding.value;
|
|
181366
181366
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
181367
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181367
|
+
if (field && (vnode.context.$i18n.locale !== 'zhCN' || vnode.context.moduleCode && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
181368
181368
|
var attrs = vnode.data.attrs || {};
|
|
181369
181369
|
var label = vnode.context.$i18n.generateTitle({
|
|
181370
181370
|
i18nCode: binding.value
|