formatTransformVal这个函数处理transform的时候,translate有可能又小数点,需要将正则改为string.replace(/[^0-9\-,\.]/g, '').split(',')