26655
This commit is contained in:
		| @@ -103,13 +103,13 @@ | |||||||
|         colConfigs: [ |         colConfigs: [ | ||||||
|           { prop: 'name', label: '姓名' }, |           { prop: 'name', label: '姓名' }, | ||||||
|           { prop: 'phone', align: 'center', label: '电话' }, |           { prop: 'phone', align: 'center', label: '电话' }, | ||||||
|           { prop: 'startTime', align: 'center', label: '出发时间' }, |           { prop: 'startTime', align: 'center', label: '出发时间', formart: v => v.substr(0, v.length - 3) }, | ||||||
|           { |           { | ||||||
|             prop: 'startAreaName', |             prop: 'startAreaName', | ||||||
|             align: 'center', |             align: 'center', | ||||||
|             label: '出发地区' |             label: '出发地区' | ||||||
|           }, |           }, | ||||||
|           { prop: 'arriveTime', align: 'center', label: '到达时间' },  |           { prop: 'arriveTime', align: 'center', label: '到达时间', formart: v => v.substr(0, v.length - 3) },  | ||||||
|           { |           { | ||||||
|             prop: 'arriveAreaName', |             prop: 'arriveAreaName', | ||||||
|             align: 'center', |             align: 'center', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user