Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memberTag
memberTag-web
Commits
a4cb3837
Commit
a4cb3837
authored
Dec 25, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 分组表格提示
parent
cdc0275e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+12
-0
No files found.
src/view/memberGroup/memberGroupList.vue
View file @
a4cb3837
...
...
@@ -222,6 +222,12 @@
<
template
slot-scope=
"{ row }"
>
{{
row
.
fixedType
?
'是'
:
'否'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"appStatus"
label=
"好办展示"
>
<
template
slot=
"header"
>
好办展示
<el-tooltip
effect=
"dark"
content=
"开启后,默认次日更新。如需立即更新,请至好办后台选择立即同步。"
placement=
"top"
>
<i
class=
"el-icon-info"
></i>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<el-switch
:active-value=
"1"
:inactive-value=
"0"
v-model=
"scope.row.appStatus"
active-color=
"#1890ff"
@
change=
"switchAppStatus(scope.row.appStatus, scope.row)"
>
</el-switch>
</
template
>
...
...
@@ -337,6 +343,12 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"appStatus"
label=
"好办展示"
>
<
template
slot=
"header"
>
好办展示
<el-tooltip
effect=
"dark"
content=
"开启后,默认次日更新。如需立即更新,请至好办后台选择立即同步。"
placement=
"top"
>
<i
class=
"el-icon-info"
></i>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<el-switch
:active-value=
"1"
:inactive-value=
"0"
v-model=
"scope.row.appStatus"
active-color=
"#1890ff"
@
change=
"switchAppStatus(scope.row.appStatus, scope.row)"
>
</el-switch>
</
template
>
...
...
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