From 1e9797e0b4be3c244bd02ab62b1d6fe249a5240a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 28 Oct 2025 14:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E7=82=B9=E9=80=BB=E8=BE=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/build/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/modules/build/index.vue b/src/pages/modules/build/index.vue index cdf738f..d6b4fe1 100644 --- a/src/pages/modules/build/index.vue +++ b/src/pages/modules/build/index.vue @@ -6,7 +6,7 @@ - +
{{$t('CartPosition')}}: {{ carPosition.x }}, {{carPosition.y}}
@@ -261,6 +261,7 @@ export default { }, // 打点 addPoint () { + if (this.autoLoopEnable === '1') return this.dialogVisible = true this.dataForm.stationCode = 'B' + (this.keyPoints.length + 1) const na = this.$i18n.locale === 'en-us' ? 'Work point ' : '工作点'