Update verbose_name

Brightcells 7 年之前
父節點
當前提交
8fe6dfd442
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mch/models.py

+ 2 - 2
mch/models.py

@@ -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
         )