@@ -39,7 +39,6 @@ const hideMenu = () => {
systemStore.setCollapse(true)
}
-console.log(121)
</script>
<style lang="scss" scoped>
@@ -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
@@ -56,8 +56,6 @@ onDeactivated(() => {
})
const returnToTheConsultation = ref(false)
onActivated(() => {