4ca91f9b56
- 更新 @smallwei/avue 补丁哈希值,修正 patch_hash 版本号 - 升级 wangeditor 相关依赖中 dom7、nanoid、slate 等包版本 - 修正 wangeditor 核心及其子模块依赖关系,统一 dom7 版本为 4.0.6 - 调整多个子模块依赖指向,确保依赖版本一致和兼容性 - 修复 element-plus 表单相关补丁中 labelSuffix 配置的回退逻辑 - 同步 pnpm-lock.yaml 依赖快照,保证依赖树的正确性
23 lines
820 B
Diff
23 lines
820 B
Diff
diff --git a/es/packages/element-plus/form/index2.mjs b/es/packages/element-plus/form/index2.mjs
|
|
--- a/es/packages/element-plus/form/index2.mjs
|
|
+++ b/es/packages/element-plus/form/index2.mjs
|
|
@@ -100,6 +100,6 @@
|
|
},
|
|
labelSuffix() {
|
|
- return this.tableOption.labelSuffix || ":";
|
|
+ return this.tableOption.labelSuffix || "";
|
|
},
|
|
isMenu() {
|
|
return this.columnOption.length != 1;
|
|
diff --git a/lib/packages/element-plus/form/index2.js b/lib/packages/element-plus/form/index2.js
|
|
--- a/lib/packages/element-plus/form/index2.js
|
|
+++ b/lib/packages/element-plus/form/index2.js
|
|
@@ -104,6 +104,6 @@
|
|
},
|
|
labelSuffix() {
|
|
- return this.tableOption.labelSuffix || ":";
|
|
+ return this.tableOption.labelSuffix || "";
|
|
},
|
|
isMenu() {
|
|
return this.columnOption.length != 1;
|