From 74c688bc072fc82b13072b63292969e9120fc81a Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Wed, 20 Nov 2024 17:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E2=80=9C=E5=8F=96=E8=8D=AF?= =?UTF-8?q?=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C=E6=93=8D=E4=BD=9C=E8=8D=AF?= =?UTF-8?q?=E7=AE=B1=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/ViewModels/RoleManagerWindowViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs b/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs index 49c176c..07fca2f 100644 --- a/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs +++ b/DM_Weight/ViewModels/RoleManagerWindowViewModel.cs @@ -164,7 +164,8 @@ namespace DM_Weight.ViewModels PremissionDm quyao = new PremissionDm { Id = 1, - PremissionName = "取药", + //PremissionName = "取药", + PremissionName = "操作药箱", PremissionImage = "/Images/TbQyao.png", }; ObservableCollection quyaoChild = new ObservableCollection();