修改错别字
This commit is contained in:
parent
1303e19fb3
commit
6333165193
@ -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;
|
||||
|
@ -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 == '') {
|
||||
|
@ -46,9 +46,9 @@
|
||||
</div>
|
||||
<div class="layui-form-item layui-col-space10">
|
||||
<div class="layui-col-md4">
|
||||
<label class="layui-form-label">被反应人</label>
|
||||
<label class="layui-form-label">被反映人</label>
|
||||
<div class="layui-input-block">
|
||||
<input type="text" id="beReportedPerson" name="beReportedPerson" class="layui-input" value="" placeholder="请输入被反应人" maxlength="255">
|
||||
<input type="text" id="beReportedPerson" name="beReportedPerson" class="layui-input" value="" placeholder="请输入被反映人" maxlength="255">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-col-md4">
|
||||
|
@ -40,9 +40,9 @@
|
||||
</div>
|
||||
<div class="layui-form-item layui-col-space10">
|
||||
<div class="layui-col-md4">
|
||||
<label class="layui-form-label">被反应人</label>
|
||||
<label class="layui-form-label">被反映人</label>
|
||||
<div class="layui-input-block">
|
||||
<input type="text" id="beReportedPerson" name="beReportedPerson" class="layui-input" value="" placeholder="请输入被反应人" readonly="readonly" maxlength="255">
|
||||
<input type="text" id="beReportedPerson" name="beReportedPerson" class="layui-input" value="" placeholder="请输入被反映人" readonly="readonly" maxlength="255">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-col-md4">
|
||||
|
@ -46,9 +46,9 @@
|
||||
</div>
|
||||
<div class="layui-form-item layui-col-space10">
|
||||
<div class="layui-col-md4">
|
||||
<label class="layui-form-label">被反应人</label>
|
||||
<label class="layui-form-label">被反映人</label>
|
||||
<div class="layui-input-block">
|
||||
<input type="text" id="beReportedPerson" name="beReportedPerson" class="layui-input" value="" placeholder="请输入被反应人" maxlength="255">
|
||||
<input type="text" id="beReportedPerson" name="beReportedPerson" class="layui-input" value="" placeholder="请输入被反映人" maxlength="255">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-col-md4">
|
||||
|
Loading…
Reference in New Issue
Block a user