diff --git a/src/main/java/com/tenlion/twoduty/pojo/vos/problemclue/ProblemClueVO.java b/src/main/java/com/tenlion/twoduty/pojo/vos/problemclue/ProblemClueVO.java index 9cc4fce..1874f3b 100644 --- a/src/main/java/com/tenlion/twoduty/pojo/vos/problemclue/ProblemClueVO.java +++ b/src/main/java/com/tenlion/twoduty/pojo/vos/problemclue/ProblemClueVO.java @@ -26,7 +26,7 @@ public class ProblemClueVO { private String caseNumber; @ApiModelProperty(name = "handoverNumber", value = "交办文号") private String handoverNumber; - @ApiModelProperty(name = "beReportedPerson", value = "被反应人") + @ApiModelProperty(name = "beReportedPerson", value = "被反映人") private String beReportedPerson; @ApiModelProperty(name = "reportPerson", value = "反映人") private String reportPerson; diff --git a/src/main/resources/static/route/problemclue/list.html b/src/main/resources/static/route/problemclue/list.html index f0612fd..805c440 100644 --- a/src/main/resources/static/route/problemclue/list.html +++ b/src/main/resources/static/route/problemclue/list.html @@ -103,7 +103,7 @@ return rowData; } }, - {field: 'beReportedPerson', width: 180, title: '被反应人', align:'center', + {field: 'beReportedPerson', width: 180, title: '被反映人', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { diff --git a/src/main/resources/static/route/problemclue/save.html b/src/main/resources/static/route/problemclue/save.html index 0a0d79b..9d46540 100644 --- a/src/main/resources/static/route/problemclue/save.html +++ b/src/main/resources/static/route/problemclue/save.html @@ -46,9 +46,9 @@
- +
- +
diff --git a/src/main/resources/static/route/problemclue/show.html b/src/main/resources/static/route/problemclue/show.html index 26d0156..718edef 100644 --- a/src/main/resources/static/route/problemclue/show.html +++ b/src/main/resources/static/route/problemclue/show.html @@ -40,9 +40,9 @@
- +
- +
diff --git a/src/main/resources/static/route/problemclue/update.html b/src/main/resources/static/route/problemclue/update.html index a83876b..ed21b64 100644 --- a/src/main/resources/static/route/problemclue/update.html +++ b/src/main/resources/static/route/problemclue/update.html @@ -46,9 +46,9 @@
- +
- +