diff --git a/Model/Tiobon.Web.pdm b/Model/Tiobon.Web.pdm index 9e7e996d..dc1fa89d 100644 --- a/Model/Tiobon.Web.pdm +++ b/Model/Tiobon.Web.pdm @@ -1,5 +1,5 @@ - + @@ -108320,11 +108320,11 @@ LABL 0 Arial Unicode MS,8,N AnswerContent 1714100011 Administrator -1714100285 +1718094009 Administrator 答案内容 -nvarchar(32) -32 +nvarchar(64) +64 A52547CF-D5F2-40A4-AF47-7E613EE8DB7D diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index 60c2a9b1..e72da3fa 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -947,7 +947,7 @@ public partial class CommonServices : BaseServices>, ICommon if (toolbar != null) { toolbar.fnKey = "TBD4YN"; } break; case "F_Training_Course_Released": - + result.JM_PageControlT1.Toolbar.Insert(0, new Toolbar() { display = true, @@ -969,7 +969,7 @@ public partial class CommonServices : BaseServices>, ICommon break; case "F_Training_Course_Disabled": - + result.JM_PageControlT1.Toolbar.Insert(0, new Toolbar() { display = true, @@ -982,6 +982,12 @@ public partial class CommonServices : BaseServices>, ICommon break; + case "F_CourseClassification": + case "F_CourseScene": + index = result.JM_PageControlT1.Toolbar.FindIndex(x => x.fnKey == "BatchUpdateYN"); + result.JM_PageControlT1.Toolbar.RemoveAt(index); + break; + } #endregion