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;