Browse Source

电量管理增加角色degree-manage

hfxc226 1 tháng trước cách đây
mục cha
commit
931e1cfa0c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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