This commit is contained in:
zh
2025-08-22 23:53:49 +08:00
parent 1d6b635f7a
commit 1a394336ff
23 changed files with 690 additions and 43 deletions

View File

@ -637,7 +637,7 @@ class Model extends BaseModel {
set labelShow(v) {
this.options.label.show = v
if (this.show) {
if (this.show && !this.showView || this.showView == 3) {
this.label && (this.label.show = v)
}
else {