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
ef6c0003
Commit
ef6c0003
authored
May 07, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 会员分组
parent
093aa20d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
edit-tag.vue
src/view/memberGroup/edit-tag.vue
+10
-0
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+5
-4
memberLevelDetail.vue
src/view/memberGroup/memberLevelDetail.vue
+2
-1
No files found.
src/view/memberGroup/edit-tag.vue
View file @
ef6c0003
...
...
@@ -74,6 +74,16 @@ export default {
this
.
templateObj
=
newval
;
},
20
);
}
},
showEditTagPop
(
newVal
)
{
if
(
!
newVal
)
{
try
{
const
getStore
=
this
.
$refs
.
tagConfig
.
$refs
.
storeNew
;
if
(
Array
.
isArray
(
getStore
)
&&
getStore
[
0
].
$children
[
1
])
getStore
[
0
].
$children
[
1
].
popoverShow
=
false
;
}
catch
(
e
)
{
console
.
error
(
e
);
}
}
}
},
// mixins: [tagDetails],
...
...
src/view/memberGroup/memberGroupList.vue
View file @
ef6c0003
...
...
@@ -316,9 +316,8 @@
<el-table-column
prop=
"updateTime"
min-width=
"110"
label=
"最近编辑时间"
>
<
template
slot-scope=
"scope"
>
{{
updateTime
}}
<p
class=
"h-18"
>
{{
scope
.
row
.
updateTime
|
formatTimeYMD
}}
</p>
<p
class=
"h-18"
>
{{
scope
.
row
.
updateTime
|
formatTimeHMS
}}
</p>
<p
class=
"h-18"
>
{{
dateformat
(
new
Date
(
scope
.
row
.
updateTime
),
'yyyy-MM-dd'
)
}}
</p>
<p
class=
"h-18"
>
{{
dateformat
(
new
Date
(
scope
.
row
.
updateTime
),
'hh:mm:ss'
)
}}
</p>
</
template
>
</el-table-column>
...
...
@@ -582,6 +581,7 @@ import GroupList from './group-list';
import
RecommendTable
from
'./recommend-table'
;
import
{
aliasNames
}
from
'@/config'
import
PyramidGroupTable
from
'./pyramid-group-table.vue'
;
import
{
dateformat
}
from
'@/utils/formatTime'
export
default
{
name
:
'memberGroupList'
,
...
...
@@ -685,7 +685,8 @@ export default {
data
:
{},
isBatch
:
false
},
addGroupDialog
:
false
addGroupDialog
:
false
,
dateformat
};
},
...
...
src/view/memberGroup/memberLevelDetail.vue
View file @
ef6c0003
...
...
@@ -650,9 +650,10 @@ export default {
if
(
local
.
indexOf
(
'localhost'
)
!=
-
1
)
{
local
=
'http://gicdev.demogic.com'
;
}
const
type
=
this
.
$route
.
query
.
type
this
.
downMemberListPop
.
params
.
gradeId
=
memberTagGroupId
;
this
.
downMemberListPop
.
params
.
memberTagGroupId
=
memberTagGroupId
;
if
(
type
)
this
.
downMemberListPop
.
params
.
exportFieldPrefix
=
type
;
this
.
downMemberListPop
.
excelUrl
=
local
+
this
.
downMemberListPop
.
excelUrl
;
// this.canDownMemberList();
this
.
getTagValueDtoList
();
...
...
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