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
95cbb980
Commit
95cbb980
authored
Nov 16, 2018
by
xiaohai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化修改
parent
2c232544
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
groupTransfer.vue
src/components/groupTransfer.vue
+4
-1
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+1
-0
No files found.
src/components/groupTransfer.vue
View file @
95cbb980
...
...
@@ -58,7 +58,7 @@
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
updateType
==
1
?
'每天一次'
:
scope
.
row
.
updateType
==
2
?
(
scope
.
row
.
updateDay
?
'每周'
+
weekArr
[
scope
.
row
.
updateDay
-
1
]
:
'每周一次'
)
:
(
scope
.
row
.
updateDay
?
'每月'
+
scope
.
row
.
updateDay
+
'号'
:
'每月一次'
)
}}
-->
<template
v-if=
"scope.row.isRealTime ==
1
"
>
<template
v-if=
"scope.row.isRealTime ==
0
"
>
{{
scope
.
row
.
updateType
,
scope
.
row
.
updateDay
|
formatUpdateFrequency
}}
</
template
>
<
template
v-else
>
...
...
@@ -413,6 +413,9 @@
background
:
#fff
;
padding
:
30px
;
box-sizing
:
border-box
;
a
{
color
:
#606266
;
}
.flex-1
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
...
...
src/view/memberGroup/memberGroupList.vue
View file @
95cbb980
<
template
>
<div
class=
"memberGroupList-wrap common-wrap"
>
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<group-transfer></group-transfer>
<div
class=
"right-content"
>
<div
class=
"right-box"
>
<div
class=
"common-wrap__opt"
>
...
...
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