Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kaoshi-java
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
单欣鑫
kaoshi-java
Commits
73743d00
Commit
73743d00
authored
Oct 27, 2025
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.头像大小
parent
b1cbc3fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
TbMajorClassMapper.xml
...em/src/main/resources/mapper/hezhi/TbMajorClassMapper.xml
+6
-6
index.vue
ruoyi-ui/src/views/hezhi/teacher/index.vue
+2
-2
No files found.
ruoyi-system/src/main/resources/mapper/hezhi/TbMajorClassMapper.xml
View file @
73743d00
...
...
@@ -271,12 +271,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
ELSE 0
END AS isJoin,
CONVERT(IFNULL(t
mcTwo
.major_details, ''), CHAR) AS majorDetails,
CONVERT(IFNULL(t
mcTwo
.major_overview, ''), CHAR) AS majorOverview,
CONVERT(IFNULL(t
mcTwo
.major_syllabus, ''), CHAR) AS majorSyllabus,
CONVERT(IFNULL(t
mcTwo
.major_knowledge, ''), CHAR) AS majorKnowledge,
CONVERT(IFNULL(t
mcTwo
.major_certificate, ''), CHAR) AS majorCertificate,
CONVERT(IFNULL(t
mcTwo
.major_information, ''), CHAR) AS majorInformation,
CONVERT(IFNULL(t
c
.major_details, ''), CHAR) AS majorDetails,
CONVERT(IFNULL(t
c
.major_overview, ''), CHAR) AS majorOverview,
CONVERT(IFNULL(t
c
.major_syllabus, ''), CHAR) AS majorSyllabus,
CONVERT(IFNULL(t
c
.major_knowledge, ''), CHAR) AS majorKnowledge,
CONVERT(IFNULL(t
c
.major_certificate, ''), CHAR) AS majorCertificate,
CONVERT(IFNULL(t
c
.major_information, ''), CHAR) AS majorInformation,
CONVERT(IFNULL(tc.course_details, ''), CHAR) AS courseDetails,
CONVERT(IFNULL(tc.course_overview, ''), CHAR) AS courseOverview,
...
...
ruoyi-ui/src/views/hezhi/teacher/index.vue
View file @
73743d00
...
...
@@ -111,10 +111,10 @@
<el-input
v-model=
"form.teacherPhone"
placeholder=
"请输入手机号"
/>
</el-form-item>
<el-form-item
label=
"头像"
prop=
"idImg"
>
<image-upload
v-model=
"form.idImg"
:limit=
"1"
:width=
"
252"
:height=
"354
"
/>
<image-upload
v-model=
"form.idImg"
:limit=
"1"
:width=
"
354"
:height=
"252
"
/>
</el-form-item>
<el-form-item
label=
"全身照"
prop=
"wholeImg"
>
<image-upload
v-model=
"form.wholeImg"
:limit=
"1"
:width=
"3
70"
:height=
"840
"
/>
<image-upload
v-model=
"form.wholeImg"
:limit=
"1"
:width=
"3
30"
:height=
"567
"
/>
</el-form-item>
<el-form-item
label=
"院校"
prop=
"collegeName"
placeholder=
"请输入毕业院校"
>
<el-select
v-model=
"form.collegeName"
placeholder=
"请选择学习中心"
clearable
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment