Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-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
王立鹏
corporateCulture-qd
Commits
a9d6c4ab
Commit
a9d6c4ab
authored
Jan 13, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 17679】 perf: 优化类型
parent
9d08d27b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/publishVideo/index.vue
+1
-1
index.vue
src/views/searchPage/index.vue
+1
-1
index.vue
src/views/videoSearchList/index.vue
+1
-1
No files found.
src/views/publishVideo/index.vue
View file @
a9d6c4ab
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
v-model=
"currentTime"
v-model=
"currentTime"
:max=
"videoDuration"
:max=
"videoDuration"
:step=
"0.1"
:step=
"0.1"
@
input=
"(time
) => seekVideo(time as number
)"
@
input=
"(time
: number) => seekVideo(time
)"
class=
"custom-slider"
class=
"custom-slider"
/>
/>
</div>
</div>
...
...
src/views/searchPage/index.vue
View file @
a9d6c4ab
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<el-radio-group
<el-radio-group
size=
"default"
size=
"default"
v-model=
"searchParams.sortLogic"
v-model=
"searchParams.sortLogic"
@
change=
"(val
) => changeSort(val as number
)"
@
change=
"(val
: number) => changeSort(val
)"
>
>
<el-radio-button
<el-radio-button
v-for=
"sort in sortOptions"
v-for=
"sort in sortOptions"
...
...
src/views/videoSearchList/index.vue
View file @
a9d6c4ab
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<el-radio-group
<el-radio-group
size=
"default"
size=
"default"
v-model=
"searchParams.sortLogic"
v-model=
"searchParams.sortLogic"
@
change=
"(val
) => changeSort(val as number
)"
@
change=
"(val
: number) => changeSort(val
)"
>
>
<el-radio-button
<el-radio-button
v-for=
"sort in sortOptions"
v-for=
"sort in sortOptions"
...
...
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