From d1ae5ff2c74dd0bf66e69283b289672c8fa9d114 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Jan 2025 16:22:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppEarTag):=20=E6=B7=BB=E5=8A=A0=E5=85=BB?= =?UTF-8?q?=E6=AE=96=E5=9C=BA=E3=80=81=E5=85=BB=E6=AE=96=E8=88=8D=E5=92=8C?= =?UTF-8?q?=E5=85=BB=E6=AE=96=E6=A0=8F=E7=9A=84=E5=BF=85=E5=A1=AB=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 etAdd.vue 文件中,为养殖场、养殖舍和养殖栏的表单项添加了必填验证规则 - 验证规则仅在 isAdd 变量为真时生效,确保在添加模式下进行验证 - 此修改提高了数据输入的完整性和用户体验 --- project/xumu/AppEarTag/etAdd.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/xumu/AppEarTag/etAdd.vue b/project/xumu/AppEarTag/etAdd.vue index d7c3c4af..182e93ed 100644 --- a/project/xumu/AppEarTag/etAdd.vue +++ b/project/xumu/AppEarTag/etAdd.vue @@ -76,13 +76,13 @@ export default {