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
2fe886e3
Commit
2fe886e3
authored
Dec 10, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3af2e14b
5e787d18
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
250 additions
and
175 deletions
+250
-175
enterprise-manager-ui/admin/src/views/feedback/drawershow.vue
...rprise-manager-ui/admin/src/views/feedback/drawershow.vue
+213
-172
enterprise-manager-ui/admin/src/views/news/shareDrawershow.vue
...prise-manager-ui/admin/src/views/news/shareDrawershow.vue
+29
-3
enterprise-manager-ui/admin/vue.config.js
enterprise-manager-ui/admin/vue.config.js
+8
-0
No files found.
enterprise-manager-ui/admin/src/views/feedback/drawershow.vue
View file @
2fe886e3
This diff is collapsed.
Click to expand it.
enterprise-manager-ui/admin/src/views/news/shareDrawershow.vue
View file @
2fe886e3
...
@@ -24,11 +24,37 @@
...
@@ -24,11 +24,37 @@
<el-table
:data=
"tableData.data"
border
style=
"width: 100%"
>
<el-table
:data=
"tableData.data"
border
style=
"width: 100%"
>
<el-table-column
type=
"index"
width=
"50"
label=
"序号"
>
<el-table-column
type=
"index"
width=
"50"
label=
"序号"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"viewName"
label=
"浏览人员"
>
</el-table-column>
<el-table-column
label=
"浏览人员"
>
<el-table-column
prop=
"sumViews"
label=
"浏览次数"
>
</el-table-column>
<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=
"最近浏览时间"
>
<el-table-column
prop=
"viewTime"
label=
"最近浏览时间"
>
<
template
slot-scope=
"scope"
>
<
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
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
enterprise-manager-ui/admin/vue.config.js
View file @
2fe886e3
...
@@ -32,6 +32,14 @@ module.exports = {
...
@@ -32,6 +32,14 @@ module.exports = {
secure
:
false
,
secure
:
false
,
cookieDomainRewrite
:
"
localhost
"
,
cookieDomainRewrite
:
"
localhost
"
,
},
},
"
/basics_api
"
:
{
// target: "http://test.office.com:11073",
// target: 'http://8.136.255.30:11078',
target
:
'
http://192.168.0.98:11086
'
,
changeOrigin
:
true
,
secure
:
false
,
cookieDomainRewrite
:
"
localhost
"
,
},
},
},
},
},
};
};
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