From 7bc3ef99482959956e6d483f32ab22c0d04a0046 Mon Sep 17 00:00:00 2001
From: admin <417727563@qq.com>
Date: Mon, 29 Jul 2024 16:56:02 +0800
Subject: [PATCH 1/4] =?UTF-8?q?29-=E4=BF=AE=E6=94=B9=2002?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jeecgboot-vue3-master/src/views/topic/TopicList.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jeecgboot-vue3-master/src/views/topic/TopicList.vue b/jeecgboot-vue3-master/src/views/topic/TopicList.vue
index b24efe38..fbdd869f 100644
--- a/jeecgboot-vue3-master/src/views/topic/TopicList.vue
+++ b/jeecgboot-vue3-master/src/views/topic/TopicList.vue
@@ -6,14 +6,14 @@
:label-col="labelCol"
:wrapper-col="wrapperCol">
我是比赛参赛情况综述:全面落实立德树人根本任务,依据CDIO工程教育理念,培养德、智、体、美、劳全面发展,掌握软件工程专业所需的数学与自然科学基础知识、专业基础理论知识;在企业级软件开发和工业智能软件开发方向,能承担软件分析、设计、开发、项目管理等任务,具备解决复杂工程问题的能力;具有终身学习和创新创业意识、国际交流能力、团队合作精神等良好素养,能适应产业与社会变革的国际化应用型人。
From fcd61e6ae0191e89727ad901a27f3002f2bea54d Mon Sep 17 00:00:00 2001
From: admin <417727563@qq.com>
Date: Mon, 29 Jul 2024 22:17:07 +0800
Subject: [PATCH 4/4] =?UTF-8?q?29-=E4=BF=AE=E6=94=B9=2003?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../jeecg-system-start/src/main/resources/application-dev.yml | 4 ++--
.../views/annualCompPoint/committee/AnnualCompPoint.data.ts | 4 ++--
.../committee/components/AnnualCompPointForm.vue | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/jeecg-boot-master/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot-master/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml
index 45a2f95a..d080e0f1 100644
--- a/jeecg-boot-master/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml
+++ b/jeecg-boot-master/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml
@@ -133,9 +133,9 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
- url: jdbc:mysql://10.100.200.177:3306/hnjd_comp0728?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://182.92.169.222:3306/hnjd_comp0728?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
- password: root
+ password: ycwl2022.
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置 10.121.0.28
#multi-datasource1:
diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPoint.data.ts b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPoint.data.ts
index a9d35897..53da78f6 100644
--- a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPoint.data.ts
+++ b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPoint.data.ts
@@ -128,7 +128,7 @@ export const searchFormSchema: FormSchema[] = [];
//表单数据
export const formSchema: FormSchema[] = [
{
- label: '年度比赛id',
+ label: '年度比赛',
field: 'annualCompId',
component: 'JPopup',
componentProps: ({formActionType}) => {
@@ -145,7 +145,7 @@ export const formSchema: FormSchema[] = [
dynamicRules: ({model, schema}) => {
return [
- {required: true, message: '请输入年度比赛id!'},
+ {required: true, message: '请选择年度比赛'},
];
},
},
diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/AnnualCompPointForm.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/AnnualCompPointForm.vue
index eccc8258..1b7c9116 100644
--- a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/AnnualCompPointForm.vue
+++ b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/components/AnnualCompPointForm.vue
@@ -39,7 +39,7 @@
:disabled="disabled"/>
-