소스 검색

电量管理增加角色degree-manage

hfxc226 1 개월 전
부모
커밋
931e1cfa0c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/produce/record/ProduceRecord.vue

+ 2 - 1
src/views/produce/record/ProduceRecord.vue

@@ -288,7 +288,8 @@ export default {
     },
     disabledDate (current) {
       // Can not select days today and after today
-      return current > this.BaseTool.Moment().subtract(1, 'days').endOf('day')
+      // return current > this.BaseTool.Moment().subtract(1, 'days').endOf('day')
+      return current > this.BaseTool.Moment().endOf('day')
     },
     handleEdit (record) {
       this.visible = false