Browse Source

修复问题

xiaochan 1 year ago
parent
commit
30af23eeb5

+ 0 - 1
src/layout/fillet-layout/index.vue

@@ -39,7 +39,6 @@ const hideMenu = () => {
   systemStore.setCollapse(true)
 }
 
-console.log(121)
 </script>
 
 <style lang="scss" scoped>

+ 0 - 2
src/views/examination/MixLabelPrinter.vue

@@ -83,8 +83,6 @@ const analyzeFinishStatus = (val) => {
   return val === 0 ? '<span style="font-size:12px;color:green">未打完</span>' : '<span style="font-size:12px;color:red">已打完</span>'
 }
 
-console.log(111)
-
 const handleLabelRangeChange = (val) => {
   selectBeginLabel(val).then((begin) => {
     startLabel.value = begin

+ 0 - 2
src/views/hospitalization/zhu-yuan-yi-sheng/Home.vue

@@ -56,8 +56,6 @@ onDeactivated(() => {
   }
 })
 
-console.log(111)
-
 const returnToTheConsultation = ref(false)
 
 onActivated(() => {