Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
title特定维度顺序进行排序
CASE 大类
when '鞋' then 1
when '上衣' then 2
when '长裤' then 3
END DESC

 

Code Block
languagejs
title值处理
VSUtils.comdifyValue(cell);  // 千分位,返回字符串
VSUtils.processValue(value, 2);  // 保留2位小数,返回字符串