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
2aaf1981
Commit
2aaf1981
authored
Apr 09, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/新建、编辑会员分组,选择非实时标签时更新频率限定为每日一次' into dev
parents
8063a2ce
a7b0343a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
member-tag.vue
src/view/platformTag/member-tag.vue
+2
-2
No files found.
src/view/platformTag/member-tag.vue
View file @
2aaf1981
...
...
@@ -105,7 +105,7 @@
<
/div
>
<
div
class
=
"form-item"
v
-
show
=
"tagConfig.isRealTime == 0"
:
class
=
"{ 'margin-60': marginSixty
}
"
>
<
label
for
=
""
>
更新频率
<
span
class
=
"desc-labeltxt"
>
(更新时间预计选择日期的
0
点至
9
点)
<
/span></
label
>
<
el
-
select
class
=
"w-200"
v
-
model
=
"tagConfig.updateType"
placeholder
=
"请选择"
>
<
el
-
select
class
=
"w-200"
v
-
model
=
"tagConfig.updateType"
placeholder
=
"请选择"
:
disabled
=
"tagConfig.isRealTime == 0"
>
<
el
-
option
v
-
for
=
"(item, index) in rateData"
:
key
=
"item.label"
:
label
=
"item.label"
:
value
=
"index + 1"
><
/el-option
>
<
/el-select
>
<
el
-
select
class
=
"w-200 p-l-8"
v
-
model
=
"tagConfig.updateDay"
v
-
show
=
"tagConfig.updateType != 1"
placeholder
=
"请选择"
>
...
...
@@ -609,7 +609,7 @@ export default {
memberTagGroupClassifyId
:
'0'
,
isRealTime
:
''
,
textarea
:
''
,
updateType
:
''
,
updateType
:
1
,
updateDay
:
''
,
date
:
''
}
;
...
...
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