明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
a7f1d199
Commit
a7f1d199
authored
Apr 07, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表名称
parent
c1d8e4a4
Pipeline
#109398
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
InvestmentRecoveryTable.vue
src/components/InvestmentRecoveryTable.vue
+1
-1
investmentCecoveryAdd.vue
src/views/castbehind/investmentCecoveryAdd.vue
+2
-2
constructionTimeAdd.vue
src/views/investingManage/constructionTimeAdd.vue
+2
-2
No files found.
src/components/InvestmentRecoveryTable.vue
View file @
a7f1d199
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
<!-- 本年累计 -->
<!-- 本年累计 -->
<el-table-column
<el-table-column
label=
"本年累计"
label=
"本年累计
(实收)
"
prop=
"yearTotal"
prop=
"yearTotal"
min-width=
"180"
min-width=
"180"
align=
"center"
align=
"center"
...
...
src/views/castbehind/investmentCecoveryAdd.vue
View file @
a7f1d199
...
@@ -1229,9 +1229,9 @@ const lastYear = computed(() => {
...
@@ -1229,9 +1229,9 @@ const lastYear = computed(() => {
// 动态标题
// 动态标题
const
dynamicTitles
=
computed
(()
=>
({
const
dynamicTitles
=
computed
(()
=>
({
// 投资回收累计完成情况-年度更新
// 投资回收累计完成情况-年度更新
yearlyUpdateTitle
:
`
${
currentYear
.
value
}
年投资回收
累计完成情况-年度更新
`
,
yearlyUpdateTitle
:
`
${
currentYear
.
value
}
年投资回收
计划
`
,
// 投资回收完成情况-年度更新
// 投资回收完成情况-年度更新
yearlyCompletionTitle
:
`
${
currentYear
.
value
-
1
}
年投资回收完成情况(年度更新)`
,
yearlyCompletionTitle
:
`
${
currentYear
.
value
-
1
}
年投资回收
累计
完成情况(年度更新)`
,
// 投资回收完成情况-月度更新
// 投资回收完成情况-月度更新
monthlyCompletionTitle
:
`
${
currentYear
.
value
}
年投资回收完成情况(月度更新)`
,
monthlyCompletionTitle
:
`
${
currentYear
.
value
}
年投资回收完成情况(月度更新)`
,
}));
}));
...
...
src/views/investingManage/constructionTimeAdd.vue
View file @
a7f1d199
...
@@ -1228,9 +1228,9 @@ const lastYear = computed(() => {
...
@@ -1228,9 +1228,9 @@ const lastYear = computed(() => {
// 动态标题
// 动态标题
const
dynamicTitles
=
computed
(()
=>
({
const
dynamicTitles
=
computed
(()
=>
({
// 投资回收累计完成情况-年度更新
// 投资回收累计完成情况-年度更新
yearlyUpdateTitle
:
`
${
currentYear
.
value
}
年投资回收
累计完成情况-年度更新
`
,
yearlyUpdateTitle
:
`
${
currentYear
.
value
}
年投资回收
计划
`
,
// 投资回收完成情况-年度更新
// 投资回收完成情况-年度更新
yearlyCompletionTitle
:
`
${
currentYear
.
value
}
年投资回收
完成情况(年度更新)`
,
yearlyCompletionTitle
:
`
${
currentYear
.
value
-
1
}
年投资回收累计
完成情况(年度更新)`
,
// 投资回收完成情况-月度更新
// 投资回收完成情况-月度更新
monthlyCompletionTitle
:
`
${
currentYear
.
value
}
年投资回收完成情况(月度更新)`
,
monthlyCompletionTitle
:
`
${
currentYear
.
value
}
年投资回收完成情况(月度更新)`
,
}));
}));
...
...
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