|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author:韩玮涛
|
|
|
* @Date: 2022-08-08 09:38:04
|
|
|
- * @LastEditTime: 2022-08-11 16:43:43
|
|
|
+ * @LastEditTime: 2022-08-11 18:17:58
|
|
|
* @LastEditors: D4THYL3
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: \operationSupport\src\views\patrolManagement\PatrolStatistics.vue
|
|
@@ -273,7 +273,7 @@ export default {
|
|
|
data.list.forEach((item, index) => {
|
|
|
this.tableData.push({
|
|
|
communityName: item.communityName,
|
|
|
- patrolDate: (item.patrolDate).substr(0, 7),
|
|
|
+ patrolDate: (item.patrolDate).substr(0, 10),
|
|
|
patrolTime: item.patrolTime,
|
|
|
routeName: item.routeName,
|
|
|
userName: item.userName
|