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
6a1df285
Commit
6a1df285
authored
Jul 24, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
be2f5a0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
index.vue
...nts/FinancialModule/BankStatementReconciliation/index.vue
+2
-3
No files found.
src/components/FinancialModule/BankStatementReconciliation/index.vue
View file @
6a1df285
...
@@ -93,7 +93,6 @@
...
@@ -93,7 +93,6 @@
}
}
.cm_content
{
.cm_content
{
width
:
100%
;
width
:
100%
;
height
:
600px
;
}
}
.BalanceBox
{
.BalanceBox
{
...
@@ -188,7 +187,7 @@
...
@@ -188,7 +187,7 @@
</div>
</div>
<div
class=
"cm_content"
>
<div
class=
"cm_content"
>
<el-table
ref=
"table"
:data=
"SubjectList"
<el-table
ref=
"table"
:data=
"SubjectList"
style=
"width: 100%;"
height=
"600"
style=
"width: 100%;"
v-loading=
"loadingTable"
v-loading=
"loadingTable"
:span-method=
"objectSpanMethod"
:span-method=
"objectSpanMethod"
:header-cell-style=
"
{ width: '200px' }"
:header-cell-style=
"
{ width: '200px' }"
...
@@ -258,9 +257,9 @@
...
@@ -258,9 +257,9 @@
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
</template>
</template>
</el-table>
</el-table>
</div>
</div>
<div
style=
"height:30px"
></div>
<SubjectList
v-if=
"isShow"
@
changeData=
"changeData"
@
change=
"close"
></SubjectList>
<SubjectList
v-if=
"isShow"
@
changeData=
"changeData"
@
change=
"close"
></SubjectList>
<addSubject
v-if=
"isShowAdd"
:obj=
"addMsg"
@
changeData=
"changeData"
@
change=
"close"
></addSubject>
<addSubject
v-if=
"isShowAdd"
:obj=
"addMsg"
@
changeData=
"changeData"
@
change=
"close"
></addSubject>
<BankStatement
v-if=
"isShowBankSta"
:obj=
"BankStaObj"
@
changeData=
"changeDataBan"
@
change=
"isShowBankSta=false"
></BankStatement>
<BankStatement
v-if=
"isShowBankSta"
:obj=
"BankStaObj"
@
changeData=
"changeDataBan"
@
change=
"isShowBankSta=false"
></BankStatement>
...
...
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