Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
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
张伯涛
cust_web
Commits
a5950582
Commit
a5950582
authored
Mar 20, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了发起用户和目标用户的显示
parent
b53f537b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
index.vue
src/views/operationsManagement/memGoldCoinFlow/index.vue
+8
-2
No files found.
src/views/operationsManagement/memGoldCoinFlow/index.vue
View file @
a5950582
...
...
@@ -138,12 +138,18 @@
</el-table-column>
<el-table-column
label=
"发起用户"
prop=
"userNickName"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.actionType !== '11' && scope.row.actionType !== '12'"
>
{{
scope
.
row
.
userNickName
||
''
}}{{
scope
.
row
.
userCode
?
'('
+
scope
.
row
.
userCode
+
')'
:
''
}}
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"目标用户"
prop=
"userNickName"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.actionType !== '10'"
>
{{
scope
.
row
.
targetNickName
||
''
}}{{
scope
.
row
.
targetCode
?
'('
+
scope
.
row
.
targetCode
+
')'
:
''
}}
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
prop=
"remarks"
:show-overflow-tooltip=
"true"
>
...
...
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