Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-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
poc
poc-fe
Commits
48ca6377
Commit
48ca6377
authored
May 12, 2025
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(首页): 消息内容展示错误
parent
fea09d13
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
message-item.vue
src/views/home/components/message-item.vue
+1
-1
business-trip-form.ts
...s/home/components/smart-forms/utils/business-trip-form.ts
+1
-0
No files found.
src/views/home/components/message-item.vue
View file @
48ca6377
...
@@ -75,7 +75,7 @@ const handleContentEdit = throttle(
...
@@ -75,7 +75,7 @@ const handleContentEdit = throttle(
<div
class=
"flex"
>
<div
class=
"flex"
>
<img
class=
"h-[36px] w-[36px] rounded-[6px] object-cover"
:src=
"avatarUrl"
alt=
"Avatar"
/>
<img
class=
"h-[36px] w-[36px] rounded-[6px] object-cover"
:src=
"avatarUrl"
alt=
"Avatar"
/>
<div
v-if=
"
fals
e"
class=
"ml-[11px] overflow-hidden"
>
<div
v-if=
"
tru
e"
class=
"ml-[11px] overflow-hidden"
>
<AuthorInfo
:is-agent-message=
"isAgentMessage"
:message-item=
"messageItem"
:message-author=
"messageAuthor"
/>
<AuthorInfo
:is-agent-message=
"isAgentMessage"
:message-item=
"messageItem"
:message-author=
"messageAuthor"
/>
<div
<div
...
...
src/views/home/components/smart-forms/utils/business-trip-form.ts
View file @
48ca6377
...
@@ -39,5 +39,6 @@ export function businessTripFormReturner(form: BusinessTripFormInterface) {
...
@@ -39,5 +39,6 @@ export function businessTripFormReturner(form: BusinessTripFormInterface) {
accommodationCost
:
form
.
residenceEstimatedCost
,
accommodationCost
:
form
.
residenceEstimatedCost
,
advancePaymentAmount
:
form
.
advancePaymentAmount
,
advancePaymentAmount
:
form
.
advancePaymentAmount
,
totalBudget
:
form
.
generalBudget
,
totalBudget
:
form
.
generalBudget
,
email
:
form
.
email
,
}
}
}
}
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