lzw 4 lat temu
rodzic
commit
04afe10107

+ 8 - 9
yinet-admin/src/main/resources/templates/system/bjlb/bjlb.html

@@ -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: '操作',