forked from nsjcy/frontEnd/nsjcy

xuxj
2020-04-08 4a76c06e7f754e232338ce7e075c08924cffe209
SunshineIns/src/page/NoInspectionReportDetail.jsx
@@ -123,7 +123,7 @@
                  </tr>
                  <tr>
                    <td className="table-vaule3">举报类型</td>
                    <td className="table-vaule4">{businessType(detail.tipoffType)}</td>
                    <td className="table-vaule4">{businessType(detail.businessType)}</td>
                  </tr>
                  <tr>
@@ -238,6 +238,7 @@
  }
}
//业务类型,1:未检举报,2:知识产权举报,3:
function businessType(type) {
  switch (type) {
    case 1: