|
@@ -646,7 +646,7 @@ export default {
|
|
|
column: [{
|
|
|
label: '货运日期',
|
|
|
type: "datetime",
|
|
|
- format: 'yyyy-MM-dd HH:mm:ss',
|
|
|
+ format: 'yyyy-MM-dd HH:mm',
|
|
|
valueFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
|
width: 200,
|
|
|
index: 1,
|
|
@@ -654,7 +654,7 @@ export default {
|
|
|
}, {
|
|
|
label: '受理日期',
|
|
|
type: "datetime",
|
|
|
- format: 'yyyy-MM-dd HH:mm:ss',
|
|
|
+ format: 'yyyy-MM-dd HH:mm',
|
|
|
valueFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
|
width: 200,
|
|
|
index: 2,
|
|
@@ -666,7 +666,7 @@ export default {
|
|
|
type: "date",
|
|
|
searchRange: true,
|
|
|
defaultTime: ['00:00:00', '23:59:59'],
|
|
|
- format: "yyyy-MM-dd HH:mm:ss",
|
|
|
+ format: "yyyy-MM-dd HH:mm",
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
|
index: 3,
|
|
|
width: 140,
|
|
@@ -692,7 +692,7 @@ export default {
|
|
|
type: "date",
|
|
|
searchRange: true,
|
|
|
defaultTime: ['00:00:00', '23:59:59'],
|
|
|
- format: "yyyy-MM-dd HH:mm:ss",
|
|
|
+ format: "yyyy-MM-dd HH:mm",
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
|
index: 7,
|
|
|
width: 140,
|
|
@@ -845,7 +845,7 @@ export default {
|
|
|
column: [{
|
|
|
label: '货运日期',
|
|
|
type: "datetime",
|
|
|
- format: 'yyyy-MM-dd HH:mm:ss',
|
|
|
+ format: 'yyyy-MM-dd HH:mm',
|
|
|
valueFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
|
index: 1,
|
|
|
cell: true,
|