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
e9191f65
Commit
e9191f65
authored
Apr 08, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 会员标签
parent
7c73fc61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
manualTagEdit.vue
src/view/manualTag/manualTagEdit.vue
+2
-0
tag-container-active.vue
src/view/platformTag/tag-container-active.vue
+2
-2
tag-container.vue
src/view/platformTag/tag-container.vue
+2
-2
No files found.
src/view/manualTag/manualTagEdit.vue
View file @
e9191f65
...
...
@@ -148,6 +148,7 @@ export default {
},
methods
:
{
closePop
()
{
this
.
optionsThree
=
[];
this
.
$refs
.
ruleForm
.
resetFields
();
this
.
$emit
(
'update:showPop'
,
false
);
},
...
...
@@ -232,6 +233,7 @@ export default {
this
.
optionsTwo
=
result
;
if
(
currentType
==
'active'
&&
!
this
.
isEdit
)
{
this
.
ruleForm
.
tagTwoLevelGroupId
=
result
.
find
(
el
=>
el
.
name
===
'渠道标签'
).
id
;
this
.
getOptionsThree
(
this
.
ruleForm
.
tagTwoLevelGroupId
);
}
}
})
...
...
src/view/platformTag/tag-container-active.vue
View file @
e9191f65
...
...
@@ -38,8 +38,8 @@
<el-table-column
label=
"创建时间"
prop=
"createTime"
min-width=
"90"
>
<
template
slot-scope=
"{ row }"
>
<template
v-if=
"row.createTime"
>
<p>
{{
dateformat
(
row
.
createTime
,
'yyyy-MM-dd'
)
}}
</p>
<p>
{{
dateformat
(
row
.
createTime
,
'hh:mm:ss'
)
}}
</p>
<p>
{{
dateformat
(
new
Date
(
row
.
createTime
)
,
'yyyy-MM-dd'
)
}}
</p>
<p>
{{
dateformat
(
new
Date
(
row
.
createTime
)
,
'hh:mm:ss'
)
}}
</p>
</
template
>
<span
v-else
>
--
</span>
</template>
...
...
src/view/platformTag/tag-container.vue
View file @
e9191f65
...
...
@@ -58,8 +58,8 @@
<el-table-column
label=
"创建时间"
prop=
"createTime"
min-width=
"100"
>
<
template
slot-scope=
"{ row }"
>
<template
v-if=
"row.createTime"
>
<p>
{{
dateformat
(
row
.
createTime
,
'yyyy-MM-dd'
)
}}
</p>
<p>
{{
dateformat
(
row
.
createTime
,
'hh:mm:ss'
)
}}
</p>
<p>
{{
dateformat
(
new
Date
(
row
.
createTime
)
,
'yyyy-MM-dd'
)
}}
</p>
<p>
{{
dateformat
(
new
Date
(
row
.
createTime
)
,
'hh:mm:ss'
)
}}
</p>
</
template
>
<span
v-else
>
--
</span>
</template>
...
...
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