|
@@ -1723,7 +1723,7 @@ function historyChoiceHandle(row) {
|
|
}
|
|
}
|
|
const timeVoFormat = (timeVo)=>{
|
|
const timeVoFormat = (timeVo)=>{
|
|
if(null !== timeVo.startTime) {
|
|
if(null !== timeVo.startTime) {
|
|
- return proxy.moment(timeVo.startTime).format("yyyy-MM") + "~" + proxy.moment(timeVo.endTime).format("yyyy-MM")
|
|
|
|
|
|
+ return proxy.moment(timeVo.startTime).format("yyyy-MM") + " ~ " + proxy.moment(timeVo.endTime).format("yyyy-MM")
|
|
}else{
|
|
}else{
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|