sc 4 years ago
committed by 忱 沈
parent
commit
676cc0cdb7
  1. 2
      ConvertMoels/GramsSQLConvert.cs

2
ConvertMoels/GramsSQLConvert.cs

@ -16,7 +16,7 @@ namespace Audit.ConvertMoels
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
string G = value.ToString();
string G = System.Convert.ToString(value);
if (G == "0")//判断单元格值是否为零
{
return "red";//零返回红色

Loading…
Cancel
Save