修改新旧拆分单对比--全文比对
This commit is contained in:
@@ -673,7 +673,7 @@ export default {
|
|||||||
if (seconds >= 0 && seconds <= 9) {
|
if (seconds >= 0 && seconds <= 9) {
|
||||||
seconds = '0' + seconds
|
seconds = '0' + seconds
|
||||||
}
|
}
|
||||||
return year + '-' + month + '-' + day + ' ' + hour + ':' + minutes + ':' + seconds
|
return year + '-' + month + '-' + day + ' ' + hour + '-' + minutes + '-' + seconds
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 导出
|
* 导出
|
||||||
|
|||||||
Reference in New Issue
Block a user