From 3f62d18e4361cd1d7a49c126765d95b2ad9c8246 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期二, 04 三月 2025 08:42:07 +0800 Subject: [PATCH] 优化插件; --- PdmSwPlugin.PropertySetting/Panel/Model/JgjBasePanelModel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PdmSwPlugin.PropertySetting/Panel/Model/JgjBasePanelModel.cs b/PdmSwPlugin.PropertySetting/Panel/Model/JgjBasePanelModel.cs index 889a30d..6b01453 100644 --- a/PdmSwPlugin.PropertySetting/Panel/Model/JgjBasePanelModel.cs +++ b/PdmSwPlugin.PropertySetting/Panel/Model/JgjBasePanelModel.cs @@ -45,8 +45,8 @@ } private ObservableCollection<string> _materialTypeItems = new ObservableCollection<string> { "鏅�氫欢", - "鏄撴崯浠�","澶囦欢" - }; + "鏈虹僵","鏈烘灦","澶ф澘" + };// "鏄撴崯浠�","澶囦欢", public ObservableCollection<string> materialTypeItems { get => _materialTypeItems; -- Gitblit v1.9.1