Browse Source

no message

xingzai 6 months ago
parent
commit
f876cac873
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/company_share.go

+ 1 - 1
controllers/company_share.go

@@ -530,7 +530,7 @@ func (this *CompanyController) CompanyShareList() {
 			//btnItem = services.GetCompanyPermissionButtonByReceiveEnabled(btnItem, receiveEnabled)
 
 			// 13.6正式客户共享按钮显示控制
-			btnItem = services.GetShareCompanyPermissionButton(roleTypeCode, itemStatus, item.ProductId, item, sysUser)
+			btnItem = services.GetShareCompanyPermissionButton(roleTypeCode, strings.Replace(itemStatus, "(共享)", "", -1), item.ProductId, item, sysUser)
 		}
 		list[i].BtnItem = btnItem