From 2089fe72c843c98e074d86470e1f09f8b2156c49 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 28 Jul 2025 15:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 3e0d9959..6cc9d886 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -794,7 +794,6 @@ export default { }, methods: { selectable(row, index) { - console.log('🚀 ~ selectable ~ row:', row) if (row.jiJuType == 2) { return this.isWithinOneMonth(row.nextCheckTime) } else {