Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
2755dbb9
Commit
2755dbb9
authored
Sep 08, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6d2705ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
SamePayment.vue
src/components/FinancialModule/components/SamePayment.vue
+6
-2
No files found.
src/components/FinancialModule/components/SamePayment.vue
View file @
2755dbb9
...
...
@@ -29,7 +29,8 @@
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th>
单号
</th>
<th
width=
"300px"
>
付款对象
</th>
<th>
公司
</th>
<th
width=
"250px"
>
付款对象
</th>
<th>
原币
</th>
<th>
本位币
</th>
<th>
状态
</th>
...
...
@@ -38,7 +39,10 @@
<tr
class=
"_color_b"
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<td>
<div
style=
"width: 300px;"
>
{{
item
.
BranchName
}}
</td>
<td>
<div
style=
"width: 250px;"
>
{{
item
.
RemitterName
}}
</div>
</td>
...
...
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