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
7174da3c
Commit
7174da3c
authored
Apr 16, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式
parent
3c75d6dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
tag-container-active.vue
src/view/platformTag/tag-container-active.vue
+5
-5
tag-container.vue
src/view/platformTag/tag-container.vue
+2
-2
No files found.
src/view/platformTag/tag-container-active.vue
View file @
7174da3c
...
...
@@ -2,7 +2,7 @@
<!-- 具体标签 -->
<div
class=
"tag-some-list"
>
<el-table
:data=
"tableData"
style=
"width: 100%"
>
<el-table-column
label=
"标签名称"
prop=
"tagName"
min-width=
"1
0
0"
fixed=
"left"
>
<el-table-column
label=
"标签名称"
prop=
"tagName"
min-width=
"1
3
0"
fixed=
"left"
>
<template
slot-scope=
"scope"
>
<span
class=
"tag-name"
>
{{
scope
.
row
.
tagName
}}
</span>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"添加标签"
placement=
"bottom"
>
...
...
@@ -10,12 +10,12 @@
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
label=
"上级分类名称"
min-width=
"
9
0"
prop=
"tagLevelGroupName"
>
<el-table-column
label=
"上级分类名称"
min-width=
"
11
0"
prop=
"tagLevelGroupName"
>
<
template
slot-scope=
"{ row }"
>
<span>
{{
row
.
tagLevelGroupName
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"覆盖人数"
prop=
"memberCount"
min-width=
"
8
0"
show-overflow-tooltip
>
<el-table-column
label=
"覆盖人数"
prop=
"memberCount"
min-width=
"
10
0"
show-overflow-tooltip
>
<
template
slot=
"header"
>
覆盖人数
<el-popover
width=
"260"
trigger=
"hover"
placement=
"top"
>
...
...
@@ -35,7 +35,7 @@
<div>
{{
scope
.
row
.
tagDescribe
?
scope
.
row
.
tagDescribe
:
'--'
}}
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createTime"
min-width=
"
9
0"
>
<el-table-column
label=
"创建时间"
prop=
"createTime"
min-width=
"
10
0"
>
<
template
slot-scope=
"{ row }"
>
<template
v-if=
"row.createTime"
>
<p>
{{
dateformat
(
new
Date
(
row
.
createTime
),
'yyyy-MM-dd'
)
}}
</p>
...
...
@@ -44,7 +44,7 @@
<span
v-else
>
--
</span>
</template>
</el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"140"
>
<
template
slot-scope=
"{ row }"
>
<el-button
type=
"text"
@
click=
"editActiveTag(row)"
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"editActiveTagValue(row)"
>
详情
</el-button>
...
...
src/view/platformTag/tag-container.vue
View file @
7174da3c
...
...
@@ -2,7 +2,7 @@
<!-- 具体标签 -->
<div
class=
"tag-some-list"
>
<el-table
:data=
"tableData"
style=
"width: 100%"
@
sort-change=
"sortChange"
>
<el-table-column
label=
"标签名称"
prop=
"tagName"
min-width=
"140"
>
<el-table-column
label=
"标签名称"
prop=
"tagName"
min-width=
"140"
fixed
>
<template
slot-scope=
"scope"
>
<span
class=
"tag-name"
>
{{
scope
.
row
.
tagName
}}
</span>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"添加标签"
placement=
"bottom"
>
...
...
@@ -64,7 +64,7 @@
<span
v-else
>
--
</span>
</template>
</el-table-column>
<el-table-column
label=
"操作"
v-if=
"(getCodeAuth('edit') || getCodeAuth('setValue') || getCodeAuth('delete'))"
min-width=
"200"
>
<el-table-column
label=
"操作"
v-if=
"(getCodeAuth('edit') || getCodeAuth('setValue') || getCodeAuth('delete'))"
min-width=
"200"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
v-if=
"!isWeim && getCodeAuth('edit')"
:limit-code=
"getCode('edit')"
@
click=
"editHandTag(scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
v-if=
"getCodeAuth('setValue')"
:limit-code=
"getCode('setValue')"
@
click=
"editHandTagValue(scope.row)"
>
详情
</el-button>
...
...
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