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
8760cb1c
Commit
8760cb1c
authored
May 07, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加分组有效期说明
parent
3b5cd90c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
member-tag.vue
src/view/platformTag/member-tag.vue
+21
-2
No files found.
src/view/platformTag/member-tag.vue
View file @
8760cb1c
...
...
@@ -84,7 +84,12 @@
<span
class=
"groupName-txt"
>
{{
tagConfig
.
groupName
.
length
}}
/10
</span>
</div>
<div
class=
"form-item"
:class=
"
{ 'margin-60': marginSixty }">
<label
for=
""
>
分组有效期
</label>
<label
for=
""
>
分组有效期
<el-tooltip
content=
"分组有效期需早于所用标签的最早有效期,且最长不超过365天"
>
<i
class=
"form-tip-icon"
>
i
</i>
</el-tooltip>
</label>
<el-date-picker
v-model=
"tagConfig.date"
:picker-options=
"pickerOptions"
type=
"date"
placeholder=
"选择日期"
>
</el-date-picker>
</div>
<div
class=
"form-item"
:class=
"
{ 'margin-60': marginSixty }">
...
...
@@ -708,10 +713,24 @@ export default {
margin-bottom
:
20px
;
color
:
#606266
;
label
{
display
:
block
;
display
:
flex
;
margin-bottom
:
10px
;
align-items
:
center
;
font-size
:
14px
;
}
.form-tip-icon
{
margin-left
:
5px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
14px
;
height
:
14px
;
font-size
:
12px
;
color
:
#909399
;
border
:
1px
solid
#909399
;
border-radius
:
14px
;
cursor
:
pointer
;
}
}
.refresh-txt
{
color
:
#606266
;
...
...
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