Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-fe
Project
Project
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
digitalPerson
digitalPerson-fe
Commits
5627f119
Commit
5627f119
authored
Sep 30, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 文字繁体字更正及展示背景图名称
parent
ae2303a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
background-images.vue
...alogue-detail/components/background/background-images.vue
+6
-3
dialogue-list.vue
src/views/dialogue-list/dialogue-list.vue
+2
-1
draft.vue
src/views/draft/draft.vue
+1
-1
video-work-list.vue
src/views/video-work/video-work-list.vue
+1
-1
No files found.
src/views/dialogue-detail/components/background/background-images.vue
View file @
5627f119
...
...
@@ -94,7 +94,10 @@ async function uploadImage(event: any) {
uploadLoading
.
value
=
true
const
res
=
await
handleUploadBackgroundImageFile
(
fileName
,
formData
).
finally
(()
=>
(
uploadLoading
.
value
=
false
))
const
res
=
await
handleUploadBackgroundImageFile
(
fileName
,
formData
).
finally
(()
=>
{
uploadLoading
.
value
=
false
event
.
target
.
value
=
null
})
if
(
res
.
code
===
0
)
{
getBackgroundImageList
()
...
...
@@ -179,7 +182,7 @@ function handleUpdateBackgroundImageType(backgroundImageType: string) {
>
<img
class=
"h-full w-full object-contain"
:src=
"image.imageUrl"
@
load=
"onImageLoaded(index)"
/>
<div
class=
"absolute bottom-0
h-5 w-fu
ll bg-gradient-to-t from-gray-600 px-1 text-xs leading-5 text-white"
class=
"absolute bottom-0
line-clamp-1 h-5 w-full break-a
ll bg-gradient-to-t from-gray-600 px-1 text-xs leading-5 text-white"
>
{{ image.imageName }}
</div>
...
...
@@ -212,7 +215,7 @@ function handleUpdateBackgroundImageType(backgroundImageType: string) {
>
<img
class=
"h-full w-full object-contain"
:src=
"image.imageUrl"
@
load=
"onImageLoaded(index)"
/>
<div
class=
"absolute bottom-0
h-5 w-fu
ll bg-gradient-to-t from-gray-600 px-1 text-xs leading-5 text-white"
class=
"absolute bottom-0
line-clamp-1 h-5 w-full break-a
ll bg-gradient-to-t from-gray-600 px-1 text-xs leading-5 text-white"
>
{{ image.imageName }}
</div>
...
...
src/views/dialogue-list/dialogue-list.vue
View file @
5627f119
...
...
@@ -252,7 +252,7 @@ function handleGetDialogueListUpdatePageSize(pageSize: number) {
v-model=
"searchQuery"
type=
"text"
class=
"mx-[11px] w-[183px] border-none outline-none"
placeholder=
"請輸入名稱進行
蒐
索"
placeholder=
"請輸入名稱進行
搜
索"
@
keyup
.
enter=
"handleSearchDiaglogList"
/>
<CloseOne
...
...
@@ -277,6 +277,7 @@ function handleGetDialogueListUpdatePageSize(pageSize: number) {
:row-key=
"(row: DiaglogueTableItem) => row.configId"
:scroll-x=
"1056"
:max-height=
"tableContentY"
:checked-row-keys=
"checkedConfigIdList"
@
update:checked-row-keys=
"handleUpdateCheckedDialogueList"
>
<template
#
empty
>
...
...
src/views/draft/draft.vue
View file @
5627f119
...
...
@@ -216,7 +216,7 @@ function handleGetDraftListUpdatePageSize(pageSize: number) {
v-model=
"searchQuery"
type=
"text"
class=
"mx-[11px] w-[183px] border-none outline-none"
placeholder=
"請輸入名稱進行
蒐
索"
placeholder=
"請輸入名稱進行
搜
索"
@
keyup
.
enter=
"handleSearchDraftList"
/>
<CloseOne
...
...
src/views/video-work/video-work-list.vue
View file @
5627f119
...
...
@@ -224,7 +224,7 @@ function handleGetTaskListUpdatePageSize(pageSize: number) {
v-model=
"searchQuery"
type=
"text"
class=
"mx-[11px] w-[183px] border-none outline-none"
placeholder=
"請輸入名稱進行
蒐
索"
placeholder=
"請輸入名稱進行
搜
索"
@
keyup
.
enter=
"handleSearchVideoWorkList"
/>
<CloseOne
...
...
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