coys пре 2 година
родитељ
комит
3c40667d56

+ 8 - 8
src/views/menu/monitoringCall/components/consultInfo.vue

@@ -122,18 +122,18 @@ export default {
         return
       }
 
-      let startDate = JSON.parse(JSON.stringify(this.taskData.taskStartTime))
+      // let startDate = JSON.parse(JSON.stringify(this.taskData.taskStartTime))
 
-      startDate = Date.parse(new Date(startDate))
-      let endDate = Date.parse(new Date())
-      if (endDate - startDate <= 3600000) {
-        Dialog({ message: '该调阅未满一个小时请确认' })
+      // startDate = Date.parse(new Date(startDate))
+      // let endDate = Date.parse(new Date())
+      // if (endDate - startDate <= 3600000) {
+      //   Dialog({ message: '该调阅未满一个小时请确认' })
         // 未满一小时不能结束调阅
-      } else {
+      // } else {
         this.$refs.scandialog.visible = true
 
-        startDate = new Date(startDate)
-      }
+      //   startDate = new Date(startDate)
+      // }
     },
     //文件上传
     resultImg(img) {

+ 4 - 4
src/views/menu/monitoringCall/components/monitoringList.vue

@@ -111,10 +111,10 @@ export default {
 .topBox {
   position: relative;
   background-color: #fff;
-  width: 100%;
-  border-radius: 10px;
-  padding-left: 20px;
-  padding-right: 20px;
+  // width: 100%;
+  // border-radius: 10px;
+  margin-left: 20px;
+  margin-right: 20px;
 
   font-size: 26px;
   // box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);