修改 goods.dwt 

{$property.value|escape:html}
修改为
{$property.value|escape:html|nl2br}

然后就可以在后台输入 <br/>  实现换行了