ecinc-cloud-mappaio 9.6.94 → 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.
package/lib/ecmappaio.common.js
CHANGED
|
@@ -65465,7 +65465,8 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
|
|
|
65465
65465
|
*/
|
|
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 && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
65469
65470
|
var attrs = vnode.data.attrs || {};
|
|
65470
65471
|
var label = vnode.context.$i18n.generateTitle({
|
|
65471
65472
|
field: binding.value
|
|
@@ -65598,9 +65599,8 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
65598
65599
|
*/
|
|
65599
65600
|
function txtLblI18nFunc(el, binding, vnode) {
|
|
65600
65601
|
var field = binding.value;
|
|
65601
|
-
|
|
65602
65602
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
65603
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' ||
|
|
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
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -65475,7 +65475,8 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
|
|
|
65475
65475
|
*/
|
|
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 && vnode.context.moduleCode.toLowerCase() === 'wflowform')) {
|
|
65479
65480
|
var attrs = vnode.data.attrs || {};
|
|
65480
65481
|
var label = vnode.context.$i18n.generateTitle({
|
|
65481
65482
|
field: binding.value
|
|
@@ -65608,9 +65609,8 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
65608
65609
|
*/
|
|
65609
65610
|
function txtLblI18nFunc(el, binding, vnode) {
|
|
65610
65611
|
var field = binding.value;
|
|
65611
|
-
|
|
65612
65612
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
65613
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' ||
|
|
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
|