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

View File

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