From de36bbafcc1db79042bbd70e79beeafd06e9f832 Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Thu, 16 Oct 2025 11:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E4=B8=AD?= =?UTF-8?q?=E4=BD=99=E6=B6=B2=E8=A1=A8=E4=B8=AD=E5=8F=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewModels/RoleManagerWindowViewModel.cs | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs b/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs index 7c21174..0e96a66 100644 --- a/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs +++ b/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs @@ -201,15 +201,15 @@ namespace DM_Weight.ViewModels { Id = 11, PremissionName = "操作手术间", - PremissionPath = "CheckSelfOrderWindowNew", + PremissionPath = "CheckSelfOrderWindow", }; //核对处方 PremissionDm checkOrder = new PremissionDm { Id = 12, PremissionName = "核对处方", - //PremissionPath = "CheckOrderWindow", - PremissionPath = "CheckOrderNewWindowNew", + PremissionPath = "CheckOrderNewWindow", + //PremissionPath = "CheckOrderNewWindowNew", }; //核对处方 PremissionDm addition = new PremissionDm @@ -221,13 +221,13 @@ namespace DM_Weight.ViewModels }; //管理做麻醉师核对处方的操作 - PremissionDm adminCheck = new PremissionDm - { - Id = 13, - PremissionName = "管理员操作手术间", - //PremissionPath = "CheckOrderWindow", - PremissionPath = "CheckSelfOrderForAdminViewModel", - }; + //PremissionDm adminCheck = new PremissionDm + //{ + // Id = 13, + // PremissionName = "管理员操作手术间", + // PremissionPath = "CheckOrderWindow", + // //PremissionPath = "CheckSelfOrderForAdminViewModel", + //}; PremissionDm quyao3 = new PremissionDm { Id = 13, @@ -266,7 +266,7 @@ namespace DM_Weight.ViewModels //quyaoChild.Add(openBox); quyaoChild.Add(checkOrder); quyaoChild.Add(addition); - quyaoChild.Add(adminCheck); + //quyaoChild.Add(adminCheck); quyaoChild.Add(openBoxWithOrder); quyao.Children = quyaoChild; defaultAll.Add(quyao);