Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
110634d1
Commit
110634d1
authored
Oct 27, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ff337100
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
memberGroup.vue
src/components/UserMan/memberGroup.vue
+10
-7
No files found.
src/components/UserMan/memberGroup.vue
View file @
110634d1
...
...
@@ -10,20 +10,23 @@
<div
style=
"display: flex; align-items: center; flex-wrap: wrap"
>
<div
class=
"searchInput"
style=
"width: 210px"
>
<el-input
@
keyup
.
enter
.
native=
"(msg.pageIndex = 1), getList()"
@
clear=
"(msg.pageIndex = 1), getList()"
style=
"display: inline-block; width: 180px; height: 30px"
placeholder=
"请输入
昵
称"
v-model=
"msg.GroupName"
size=
"small"
clearable
>
style=
"display: inline-block; width: 180px; height: 30px"
placeholder=
"请输入
名
称"
v-model=
"msg.GroupName"
size=
"small"
clearable
maxlength=
"20"
>
</el-input>
<span
@
click=
"(msg.pageIndex = 1), getList()"
class=
"el-icon-search"
style=
" color: #979dad; font-size: 14px; position: relative; top: 1px; "
></span>
</div>
</div>
<!-- @selection-change="handleSelectionChange"-->
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%; margin: 20px 0"
>
<!--:selectable="checkSelectable"-->
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
prop=
"GroupId"
label=
"ID"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"GroupName"
label=
"分组名称"
width=
"200"
>
</el-table-column>
<el-table-column
prop=
"LookGroupIds"
label=
"可查看分组"
width=
"300"
>
</el-table-column>
<el-table-column
prop=
"LookGroupList"
label=
"可查看分组"
width=
"300"
>
<template
slot-scope=
"scope"
>
<span
v-for=
"(item,index) in scope.row.LookGroupList"
:key=
"index"
style=
"display:inline-block;"
>
{{
item
.
GroupName
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"CreateDate"
width=
"200"
label=
"加入时间"
></el-table-column>
<el-table-column
prop=
"address"
label=
"操作"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -48,7 +51,7 @@
<div>
<el-form
:model=
"addMsg"
ref=
"addMsg"
label-width=
"150px"
>
<el-form-item
label=
"分组名称"
>
<el-input
v-model=
"addMsg.GroupName"
class=
"w300"
placeholder=
"请输入分组名称"
></el-input>
<el-input
v-model=
"addMsg.GroupName"
class=
"w300"
maxlength=
"30"
placeholder=
"请输入分组名称"
></el-input>
</el-form-item>
<el-form-item
label=
"可查看分组"
>
<el-select
v-model=
"addMsg.GroupIdList"
multiple
class=
"w300"
>
...
...
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