Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
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
王立鹏
corporate-culture-qd
Commits
43ac10e7
Commit
43ac10e7
authored
Aug 24, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 23684】 fix: 修改展示的字段
parent
0932fb1c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
types.ts
src/api/article/types.ts
+1
-0
index.vue
src/views/columnSearchList/index.vue
+1
-1
index.vue
src/views/videoSearchList/index.vue
+1
-1
No files found.
src/api/article/types.ts
View file @
43ac10e7
...
@@ -415,6 +415,7 @@ export interface SearchMoreColumnItemDto {
...
@@ -415,6 +415,7 @@ export interface SearchMoreColumnItemDto {
type
:
ArticleTypeEnum
.
COLUMN
type
:
ArticleTypeEnum
.
COLUMN
videoDuration
:
string
videoDuration
:
string
viewCount
:
number
viewCount
:
number
publishTime
:
number
}
}
/**
/**
...
...
src/views/columnSearchList/index.vue
View file @
43ac10e7
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
<!-- 底部信息 -->
<!-- 底部信息 -->
<div
class=
"flex items-center gap-4 text-13px text-gray-500"
>
<div
class=
"flex items-center gap-4 text-13px text-gray-500"
>
<span>
{{ item.showName }}
</span>
<span>
{{ item.showName }}
</span>
<span>
{{ dayjs(item.
create
Time * 1000).format('YYYY-MM-DD HH:mm:ss') }}
</span>
<span>
{{ dayjs(item.
publish
Time * 1000).format('YYYY-MM-DD HH:mm:ss') }}
</span>
<div
class=
"flex items-center gap-1"
>
<div
class=
"flex items-center gap-1"
>
<el-icon
class=
"text-sm"
>
<el-icon
class=
"text-sm"
>
<IEpView
/>
<IEpView
/>
...
...
src/views/videoSearchList/index.vue
View file @
43ac10e7
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<!-- 底部信息 -->
<!-- 底部信息 -->
<div
class=
"flex items-center gap-4 text-13px text-gray-500"
>
<div
class=
"flex items-center gap-4 text-13px text-gray-500"
>
<span>
{{ item.showName }}
</span>
<span>
{{ item.showName }}
</span>
<span>
{{ dayjs(item.
create
Time * 1000).format('YYYY-MM-DD HH:mm:ss') }}
</span>
<span>
{{ dayjs(item.
publish
Time * 1000).format('YYYY-MM-DD HH:mm:ss') }}
</span>
<div
class=
"flex items-center gap-1"
>
<div
class=
"flex items-center gap-1"
>
<el-icon
class=
"text-sm"
>
<el-icon
class=
"text-sm"
>
<IEpView
/>
<IEpView
/>
...
...
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