Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
enterprise-platform
Commits
f4bfc04e
Commit
f4bfc04e
authored
Dec 09, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:提交新闻模块,点击浏览和分享后打开对应弹窗
parent
f5a933de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
3 deletions
+29
-3
enterprise-manager-ui/admin/src/views/news/shareDrawershow.vue
...prise-manager-ui/admin/src/views/news/shareDrawershow.vue
+29
-3
No files found.
enterprise-manager-ui/admin/src/views/news/shareDrawershow.vue
View file @
f4bfc04e
...
...
@@ -24,11 +24,37 @@
<el-table
:data=
"tableData.data"
border
style=
"width: 100%"
>
<el-table-column
type=
"index"
width=
"50"
label=
"序号"
>
</el-table-column>
<el-table-column
prop=
"viewName"
label=
"浏览人员"
>
</el-table-column>
<el-table-column
prop=
"sumViews"
label=
"浏览次数"
>
</el-table-column>
<el-table-column
label=
"浏览人员"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
viewName
?
scope
.
row
.
viewName
:
scope
.
row
.
shareName
?
scope
.
row
.
shareName
:
"
--
"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"浏览次数"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
sumViews
?
scope
.
row
.
sumViews
:
scope
.
row
.
sumShares
?
scope
.
row
.
sumShares
:
"
--
"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"viewTime"
label=
"最近浏览时间"
>
<
template
slot-scope=
"scope"
>
<span>
{{
timeFix
(
scope
.
row
.
viewTime
)
}}
</span>
<span>
{{
scope
.
row
.
viewTime
?
timeFix
(
scope
.
row
.
viewTime
)
:
scope
.
row
.
shareTime
?
timeFix
(
scope
.
row
.
shareTime
)
:
"
--
"
}}
</span>
</
template
>
</el-table-column>
</el-table>
...
...
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