{{ currentProduct.get('name') }}
价格:{{ currentProduct.get('price') }}
是否处方药:{{ currentProduct.get('prescription') ? '是' : '否' }}
用法用量:{{ currentProduct.get('usage') }}
主治功能:{{ currentProduct.get('function') }}
规格:{{ currentProduct.get('spec') }}
成分:{{ currentProduct.get('composition') }}
禁忌:{{ currentProduct.get('taboo') }}