@@ -220,8 +220,8 @@ class BrandModelDistributorPriceInfo(BaseModelMixin): |
||
220 | 220 |
integral = models.IntegerField(_(u'integral'), default=100, help_text=u'积分') |
221 | 221 |
|
222 | 222 |
class Meta: |
223 |
- verbose_name = _(u'型号/代理商价格信息') |
|
224 |
- verbose_name_plural = _(u'型号/代理商价格信息') |
|
223 |
+ verbose_name = _(u'品牌/型号/代理商价格信息') |
|
224 |
+ verbose_name_plural = _(u'品牌/型号/代理商价格信息') |
|
225 | 225 |
unique_together = ( |
226 | 226 |
('brand_id', 'model_id', 'distributor_id'), |
227 | 227 |
) |