|
@@ -108,15 +108,14 @@
|
|
|
{
|
|
|
field : 'acceptTime',
|
|
|
title : '受理日期',
|
|
|
- formatter: function(value, row, index) {
|
|
|
- return formatDate(value,'yyyy-MM-dd');
|
|
|
- function formatDate(date,format){
|
|
|
- let timearr = date.replace(" ", ":").replace(/\:/g, "-").split("-");
|
|
|
- let timestr = timearr[0] +"-"+ timearr[1].split("")[1] + "-" + timearr[2]
|
|
|
- return timestr;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
+ //formatter: function(value, row, index) {
|
|
|
+ // return formatDate(value,'yyyy-MM-dd');
|
|
|
+ // function formatDate(date,format){
|
|
|
+ // let timearr = date.replace(" ", ":").replace(/\:/g, "-").split("-");
|
|
|
+ // let timestr = timearr[0] +"-"+ timearr[1].split("")[1] + "-" + timearr[2]
|
|
|
+ // return timestr;
|
|
|
+ // }
|
|
|
+ //}
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|