Selaa lähdekoodia

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

ly 10 kuukautta sitten
vanhempi
säilyke
e34a1ad422
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ""
   }