Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
16f5df1b
Commit
16f5df1b
authored
Nov 07, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 社团
parent
1834ae1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
ruoyi-ui/src/views/smartSchool/massOrganization/memberManagement/index.vue
+8
-8
No files found.
ruoyi-ui/src/views/smartSchool/massOrganization/memberManagement/index.vue
View file @
16f5df1b
...
...
@@ -71,7 +71,7 @@
<dict-tag
:options=
"dict.type.sys_user_sex"
:value=
"scope.row.sex"
/>
</
template
>
</el-table-column>
<
el-table-column
label=
"身份证号"
align=
"center"
prop=
"cardid"
/
>
<
!-- <el-table-column label="身份证号" align="center" prop="cardid" /> --
>
<el-table-column
label=
"年级"
align=
"center"
prop=
"grade"
/>
<el-table-column
label=
"班级"
align=
"center"
prop=
"classes"
/>
<el-table-column
label=
"社团部门"
align=
"center"
prop=
"orgName"
/>
...
...
@@ -140,9 +140,9 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"身份证号:"
prop=
"cardid"
>
<
!-- <
el-form-item label="身份证号:" prop="cardid">
<el-input v-model="form.cardid" placeholder="请输入身份证号" />
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"年级:"
prop=
"grade"
>
<el-input
v-model=
"form.grade"
placeholder=
"请输入年级"
/>
</el-form-item>
...
...
@@ -231,7 +231,7 @@ export default {
id
:
""
,
name
:
""
,
sex
:
""
,
cardid
:
""
,
//
cardid: "",
grade
:
""
,
classes
:
""
,
orgName
:
""
,
...
...
@@ -269,7 +269,7 @@ export default {
console
.
log
(
item
,
"item"
);
this
.
$set
(
this
.
form
,
"name"
,
item
.
studentName
);
this
.
$set
(
this
.
form
,
"sex"
,
item
.
sex
);
this
.
$set
(
this
.
form
,
"cardid"
,
item
.
idCard
);
//
this.$set(this.form, "cardid", item.idCard);
this
.
$set
(
this
.
form
,
"grade"
,
item
.
gradeName
);
this
.
$set
(
this
.
form
,
"classes"
,
item
.
className
);
this
.
$set
(
this
.
form
,
"phone"
,
item
.
stuTelephone
);
...
...
@@ -344,10 +344,10 @@ export default {
if
(
this
.
form
.
id
!=
null
)
{
// 修改
const
paramsedit
=
{
id
:
this
.
form
.
id
s
,
id
:
this
.
form
.
id
,
name
:
this
.
form
.
name
,
sex
:
this
.
form
.
sex
,
cardid
:
this
.
form
.
cardid
,
//
cardid: this.form.cardid,
grade
:
this
.
form
.
grade
,
classes
:
this
.
form
.
classes
,
orgPosition
:
this
.
form
.
orgPosition
,
...
...
@@ -371,7 +371,7 @@ export default {
orgName
:
this
.
form
.
orgName
,
name
:
this
.
form
.
name
,
sex
:
this
.
form
.
sex
,
cardid
:
this
.
form
.
cardid
,
//
cardid: this.form.cardid,
grade
:
this
.
form
.
grade
,
classes
:
this
.
form
.
classes
,
orgPosition
:
this
.
form
.
orgPosition
,
...
...
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