This commit is contained in:
夏菊 2026-04-30 12:04:30 +08:00
parent 6d0bb3f46d
commit 886e6924fa
1 changed files with 5 additions and 0 deletions

View File

@ -242,6 +242,11 @@ namespace FineUIPro.Web.DCGL.ServerCheck
this.btnSaveUp.Hidden = false;
}
}
if (proType == "1")
{
this.btnSaveUp.Hidden = true;
}
}
}
#endregion