Example #1
0
 private string GetEditHtml(int taskId, int publishmentSystemId)
 {
     if (PublishmentSystemId != 0 && publishmentSystemId != PublishmentSystemId)
     {
         return(string.Empty);
     }
     return
         ($"<a href=\"javascript:;\" onClick=\"{ModalTaskAdd.GetOpenWindowStringToEdit(taskId, _serviceType, PublishmentSystemId)}\">修改</a>");
 }