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
2d161898
Commit
2d161898
authored
Aug 23, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5e232e92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+40
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
2d161898
...
@@ -2629,6 +2629,46 @@ export default {
...
@@ -2629,6 +2629,46 @@ export default {
isResize
:
true
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
componentName
:
"TCIDJumpWang"
});
});
this
.
columns
.
splice
(
26
,
0
,
{
field
:
"RoomExpectedCost"
,
formatter
:
this
.
moneyFormat
,
title
:
"预估房费"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
});
this
.
columns
.
splice
(
28
,
0
,
{
field
:
"MealExpectedCost"
,
formatter
:
this
.
moneyFormat
,
title
:
"预估餐费"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
});
this
.
columns
.
splice
(
30
,
0
,
{
field
:
"TicketExpectedCost"
,
formatter
:
this
.
moneyFormat
,
title
:
"预估门票"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
});
this
.
columns
.
splice
(
32
,
0
,
{
field
:
"AirExpectedCost"
,
formatter
:
this
.
moneyFormat
,
title
:
"预估机票"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
});
}
}
this
.
columnsOld
=
this
.
columns
;
this
.
columnsOld
=
this
.
columns
;
...
...
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