Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
424be1af4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/cygx/yanxuan_special.go

+ 1 - 1
controllers/cygx/yanxuan_special.go

@@ -626,7 +626,7 @@ func (this *YanxuanSpecialController) ListPv() {
 		cellMobile.Value = item.Mobile
 		cellB := row.AddCell()
 		cellB.Value = item.CompanyName
-		cellCompanyStatus := rowTitle.AddCell()
+		cellCompanyStatus := row.AddCell()
 		cellCompanyStatus.Value = mapsCompanyStatus[item.CompanyId]
 		cellC := row.AddCell()
 		cellC.Value = item.SellerName