Browse Source

工资修改

liuhj 2 months ago
parent
commit
e25bbb7454
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/components/system/Payroll.vue

+ 5 - 2
src/components/system/Payroll.vue

@@ -1377,12 +1377,15 @@ export default {
         rounddadykaishi(val){
             if(val.StartTimeDt.indexOf('T')!=-1){
                 return val.StartTimeDt.replace('T',' ')
-            } 
-            
+            }else{
+                return val.StartTimeDt
+            }
         },
         rounddadyjieshu(val){
             if(val.EndTimeDt.indexOf('T')!=-1){
                 return val.EndTimeDt.replace('T',' ')
+            }else{
+                return val.EndTimeDt
             }
         },
         //选择公司