소스 검색

fix:合同服务区间样式修改

ly 10 달 전
부모
커밋
e34a1ad422
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/business/crm/order/form.vue

+ 1 - 1
src/views/business/crm/order/form.vue

@@ -1723,7 +1723,7 @@ function historyChoiceHandle(row) {
 }
 const timeVoFormat = (timeVo)=>{
   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{
     return ""
   }