From 62819ed2a4e2c109c08e1925712fc7f0907b6b56 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 09 Apr 2025 11:46:20 +0800
Subject: [PATCH] feat: 轮廓线未重置
---
src/components/CommonDateTime.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/CommonDateTime.vue b/src/components/CommonDateTime.vue
index 2cf3a06..07202e5 100644
--- a/src/components/CommonDateTime.vue
+++ b/src/components/CommonDateTime.vue
@@ -51,7 +51,7 @@
};
const change = value => {
- // todo 我对接
+ // todo 待对接
// emit('change', value);
};
--
Gitblit v1.9.3