From bb3122a84386a61a867006faeaf1bae9754a4c08 Mon Sep 17 00:00:00 2001
From: Z-WICK <2289431216@qq.com>
Date: Thu, 8 Jan 2026 17:19:33 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E7=BC=96=E7=A0=81=E6=89=8B=E5=8A=A8=E8=BE=93=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 项目编码由后端自动生成
- 移除表单中的项目编码输入框和验证规则
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
src/views/martial/project/index.vue | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/src/views/martial/project/index.vue b/src/views/martial/project/index.vue
index ccc1fec..3c433d9 100644
--- a/src/views/martial/project/index.vue
+++ b/src/views/martial/project/index.vue
@@ -247,17 +247,6 @@
-
-
-
-
-
-
-
@@ -523,10 +512,6 @@ const rules = {
competitionId: [
{ required: true, message: '请选择所属赛事', trigger: 'change' }
],
- projectCode: [
- { required: true, message: '请输入项目编码', trigger: 'blur' },
- { min: 2, max: 50, message: '长度在 2 到 50 个字符', trigger: 'blur' }
- ],
projectName: [
{ required: true, message: '请输入项目名称', trigger: 'blur' },
{ min: 2, max: 100, message: '长度在 2 到 100 个字符', trigger: 'blur' }