Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
罗超
SuperMan
Commits
7b03438e
Commit
7b03438e
authored
Mar 12, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d1f8badb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
172 additions
and
189 deletions
+172
-189
departmentManagement.vue
src/components/administrative/departmentManagement.vue
+168
-185
userManagement.vue
src/components/administrative/userManagement.vue
+4
-4
No files found.
src/components/administrative/departmentManagement.vue
View file @
7b03438e
This diff is collapsed.
Click to expand it.
src/components/administrative/userManagement.vue
View file @
7b03438e
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<li>
<li>
<span><em>
{{
$t
(
"admin.admin_Department"
)
}}
</em>
<span><em>
{{
$t
(
"admin.admin_Department"
)
}}
</em>
<el-select
filterable
v-model=
"msg.RB_Department_Id"
@
change=
"linkagePost()"
>
<el-select
filterable
v-model=
"msg.RB_Department_Id"
@
change=
"linkagePost()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
"0"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:
value=
"0"
></el-option>
<el-option
v-for=
"item in departMentList"
:label=
"item.DepartmentName"
:value=
"item.DepartmentID"
<el-option
v-for=
"item in departMentList"
:label=
"item.DepartmentName"
:value=
"item.DepartmentID"
:key=
"item.DepartmentID"
>
:key=
"item.DepartmentID"
>
</el-option>
</el-option>
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<li>
<li>
<span><em>
{{
$t
(
"admin.admin_Post"
)
}}
</em>
<span><em>
{{
$t
(
"admin.admin_Post"
)
}}
</em>
<el-select
filterable
v-model=
"msg.RB_Post_Id"
>
<el-select
filterable
v-model=
"msg.RB_Post_Id"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
"0"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:
value=
"0"
></el-option>
<el-option
v-for=
"item in PostList"
:label=
"item.PostName"
:value=
"item.PostId"
:key=
"item.PostId"
>
<el-option
v-for=
"item in PostList"
:label=
"item.PostName"
:value=
"item.PostId"
:key=
"item.PostId"
>
</el-option>
</el-option>
</el-select>
</el-select>
...
@@ -260,7 +260,6 @@
...
@@ -260,7 +260,6 @@
<el-input
class=
"w217"
type=
"text"
v-model=
"addMsg.EmCard"
:placeholder=
"$t('pub.pleaseImport')"
>
<el-input
class=
"w217"
type=
"text"
v-model=
"addMsg.EmCard"
:placeholder=
"$t('pub.pleaseImport')"
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<!--
<span><em></em>
身份证
</span><input
v-model=
"addMsg.EmCard"
class=
"layerText"
type=
"text"
>
-->
</td>
</td>
<td>
<td>
<el-form-item
:label=
"$t('leader.leader_Sex')"
prop=
"EmSex"
>
<el-form-item
:label=
"$t('leader.leader_Sex')"
prop=
"EmSex"
>
...
@@ -892,4 +891,5 @@
...
@@ -892,4 +891,5 @@
}
}
}
}
};
};
</
script
>
\ No newline at end of file
</
script
>
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