Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-effect
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
耿迪迪
precision-effect
Commits
cd59e97b
Commit
cd59e97b
authored
Sep 22, 2023
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易单详情展示转移说明字段
parent
8600b8f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
TradeDetail.vue
...ion-effect-web/src/views/trade/components/TradeDetail.vue
+4
-1
No files found.
precision-effect-web/src/views/trade/components/TradeDetail.vue
View file @
cd59e97b
...
@@ -22,7 +22,10 @@
...
@@ -22,7 +22,10 @@
v-for=
"(activity, index) in changeInfos"
v-for=
"(activity, index) in changeInfos"
:key=
"index"
:key=
"index"
:timestamp=
"activity.changeTime"
>
:timestamp=
"activity.changeTime"
>
[
{{
activity
.
originalTradeDeptName
}}
:
{{
activity
.
originalTradeTransactorName
}}
] 转移给 [
{{
activity
.
newTradeDeptName
}}
:
{{
activity
.
newTradeTransactorName
}}
]
<p>
[
{{
activity
.
originalTradeDeptName
}}
:
{{
activity
.
originalTradeTransactorName
}}
] 转移给 [
{{
activity
.
newTradeDeptName
}}
:
{{
activity
.
newTradeTransactorName
}}
]
</p>
<p>
转移说明:
<span
v-if=
"activity.remark != null && activity.remark != ''"
>
{{
activity
.
remark
}}
</span>
<span
v-else
>
-
</span>
</p>
</el-timeline-item>
</el-timeline-item>
</el-timeline>
</el-timeline>
</el-form>
</el-form>
...
...
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