@@ -128,7 +128,7 @@
columns: [
{
title:'合同开始时间',
- align:"center",
+ align:"left",
dataIndex: 'startDate',
customRender:function (text) {
return !text?"":(text.length>10?text.substr(0,10):text)
@@ -136,14 +136,14 @@
},
title:'合同结束时间',
dataIndex: 'endDate',
scopedSlots: { customRender: 'action1' }
title: '操作',
dataIndex: 'action',
// fixed:"right",
// width:147,
scopedSlots: { customRender: 'action' }
@@ -133,7 +133,7 @@
@@ -141,14 +141,14 @@