ruoxing.wang 23 hours ago
parent
commit
d97b4f00a4
  1. 2
      PaintingPC/FrmQuality.cs

2
PaintingPC/FrmQuality.cs

@ -643,7 +643,7 @@ namespace PaintingPC
string GetType(string type)
{
string s = type;
if (type == "其它")
if (type.Contains("其它"))
{
s = "抛光";
}

Loading…
Cancel
Save