chore(电子表单): 修复电子表单的渲染

This commit is contained in:
2025-12-30 14:43:14 +08:00
parent 3fec0470cf
commit 6d0c914e79
14 changed files with 1159 additions and 954 deletions

View File

@@ -72,6 +72,7 @@ export default {
//当前页面语言包(同步加载)
let route = _this.route;
let langPath = processRoutePath(route);
console.log(`当前页面语言包路径: ${langPath}`);
// 加载当前页面语言包
let currentPageLang = loadLangPackSync(locale, langPath);
@@ -112,7 +113,7 @@ export default {
if (value == undefined || (value == 'title' && field == 'title')) value = ''; // field
// 多语言调试,注释后可以关闭控制台输出
// console.log(`字段: ${field}, 值: ${value}`)
console.log(`字段: ${field}, 值: ${value}`)
return value;
},
/**