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
d283e3ff
Commit
d283e3ff
authored
Apr 25, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui修改
parent
b6afa199
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
tag-config-options.vue
src/components/tag/tag-config-options.vue
+4
-4
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+1
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
d283e3ff
...
...
@@ -183,7 +183,7 @@
<label
class=
"inline-block middle label-unit m-r-8"
>
最近
</label
><el-input
v-model=
"parent.fixedRecentTimeRecent"
placeholder=
"请输入1-730"
class=
"m-r-8"
style=
"width: 120px"
@
blur=
"value => toEditInput(value, 'fixedRecentTimeRecent', parent)"
></el-input
><label
class=
"inline-block middle label-unit"
>
天
</label>
<span
class=
"tips m-l-8"
>
(输入1则统计昨天获取的积分)
</span>
<span
class=
"tips m-l-8
middle
"
>
(输入1则统计昨天获取的积分)
</span>
</div>
</div>
</div>
...
...
@@ -828,7 +828,7 @@
<label
class=
"inline-block middle label-unit m-r-8"
>
之后
</label
><el-input
v-model=
"parent.afterday"
placeholder=
"请输入1-365"
style=
"width: 120px"
class=
"m-r-8"
@
blur=
"value => toEditInput(value, 'afterday', parent)"
></el-input
><label
class=
"inline-block middle label-unit"
>
天
</label>
<span
class=
"tips m-l-8"
>
(输入1则统计截止到明天23:59:59即将过期的积分)
</span>
<span
class=
"tips m-l-8
middle
"
>
(输入1则统计截止到明天23:59:59即将过期的积分)
</span>
</div>
</div>
</div>
...
...
@@ -1603,9 +1603,9 @@ export default {
* 会员分层
*/
if
(
data
.
templateCode
==
'tag021'
)
{
this
.
axios
.
get
(
`
${
this
.
baseUrl
}
/gic-member-tag-web/memberTagGrade/grade
List
?requestProject=gic-member-tag-web&type=1`
).
then
(
res
=>
{
this
.
axios
.
get
(
`
${
this
.
baseUrl
}
/gic-member-tag-web/memberTagGrade/grade
GroupListV2
?requestProject=gic-member-tag-web&type=1`
).
then
(
res
=>
{
if
(
res
.
data
.
errorCode
===
1
)
{
this
.
templateData
[
0
].
options
=
res
.
data
.
result
;
this
.
templateData
[
0
].
options
=
res
.
data
.
result
.
result
||
[]
;
}
});
}
...
...
src/view/memberGroup/memberGroupList.vue
View file @
d283e3ff
...
...
@@ -491,7 +491,7 @@
</div>
</el-dialog>
<el-dialog
title=
"固化
人群
分堆"
:visible
.
sync=
"dialogFixedPile.show"
>
<el-dialog
title=
"固化
分组
分堆"
:visible
.
sync=
"dialogFixedPile.show"
>
<p
class=
"pile-info"
>
<span
class=
"title"
>
{{ dialogFixedPile.groupName }}
</span>
<span
class=
"fixed-count"
v-if=
"dialogFixedPile.memberCount !== null"
>
固化人数 {{ dialogFixedPile.memberCount }} 人
</span>
...
...
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