修改邮件列表样式
This commit is contained in:
parent
35d5ad6542
commit
b5189c126f
@ -86,9 +86,9 @@
|
||||
},
|
||||
cols: [
|
||||
[
|
||||
{type:'checkbox', width: 80, fixed: 'left'},
|
||||
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: 260, title: '收件人', align:'center',
|
||||
{type:'checkbox', width: 30, fixed: 'left'},
|
||||
{field:'rowNum', width:60, title: '序号', fixed: 'left', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: 330, title: '收件人', align:'center',
|
||||
templet: function(row) {
|
||||
var rowData = row[this.field];
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
@ -103,7 +103,7 @@
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
return '-';
|
||||
}
|
||||
return '<span style="color: #1e88e5;text-decoration: underline;">' + rowData + '</span>';
|
||||
return rowData;
|
||||
}
|
||||
},
|
||||
{field: 'delTime', title: '删除时间', width: 170, align:'center',
|
||||
|
@ -83,9 +83,9 @@
|
||||
},
|
||||
cols: [
|
||||
[
|
||||
{type:'checkbox', width: 80},
|
||||
{field:'rowNum', width:80, title: '序号', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: 260, title: '收件人', align:'center',
|
||||
{type:'checkbox', width: 30, fixed: 'left'},
|
||||
{field:'rowNum', width:60, title: '序号', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: 330, title: '收件人', align:'center',
|
||||
templet: function(row) {
|
||||
var rowData = row[this.field];
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
@ -100,7 +100,7 @@
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
return '-';
|
||||
}
|
||||
return '<span style="color: #1e88e5;text-decoration: underline;">' + rowData + '</span>';
|
||||
return rowData;
|
||||
}
|
||||
},
|
||||
{field: 'gmtCreate', title: '时间', width: 180, align:'center',
|
||||
|
@ -83,9 +83,9 @@
|
||||
},
|
||||
cols: [
|
||||
[
|
||||
{type:'checkbox', width: '80'},
|
||||
{field:'rowNum', width: '80', title: '序号', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: '260', title: '收件人', align:'center',
|
||||
{type:'checkbox', width: 30, fixed: 'left'},
|
||||
{field:'rowNum', width: '60', fixed: 'left', title: '序号', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: '330', title: '收件人', align:'center',
|
||||
templet: function(row) {
|
||||
var rowData = row[this.field];
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData === '') {
|
||||
@ -100,7 +100,7 @@
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
return '-';
|
||||
}
|
||||
return '<span style="color: #1e88e5;text-decoration: underline;">' + rowData + '</span>';
|
||||
return rowData;
|
||||
}
|
||||
},
|
||||
{field: 'gmtCreate', title: '时间', width: 180, align:'center',
|
||||
|
@ -83,9 +83,9 @@
|
||||
},
|
||||
cols: [
|
||||
[
|
||||
{type:'checkbox', width: '80'},
|
||||
{field:'rowNum', width: '80', title: '序号', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: '260', title: '收件人', align:'center',
|
||||
{type:'checkbox', width: '30', fixed: 'left'},
|
||||
{field:'rowNum', width: '60', fixed: 'left', title: '序号', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
||||
{field: 'recipientNames', width: '330', title: '收件人', align:'center',
|
||||
templet: function(row) {
|
||||
var rowData = row[this.field];
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
@ -100,7 +100,7 @@
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
return '-';
|
||||
}
|
||||
return '<span style="color: #1e88e5;text-decoration: underline;">' + rowData + '</span>';
|
||||
return rowData;
|
||||
}
|
||||
},
|
||||
{field: 'gmtCreate', width: '180', title: '时间', align:'center',
|
||||
|
Loading…
Reference in New Issue
Block a user