明树Git Lab

Commit a7f1d199 authored by zhanghan's avatar zhanghan

修改表名称

parent c1d8e4a4
Pipeline #109398 passed with stage
in 21 seconds
......@@ -127,7 +127,7 @@
<!-- 本年累计 -->
<el-table-column
label="本年累计"
label="本年累计(实收)"
prop="yearTotal"
min-width="180"
align="center"
......
......@@ -1229,9 +1229,9 @@ const lastYear = computed(() => {
// 动态标题
const dynamicTitles = computed(() => ({
// 投资回收累计完成情况-年度更新
yearlyUpdateTitle: `${currentYear.value}年投资回收累计完成情况-年度更新`,
yearlyUpdateTitle: `${currentYear.value}年投资回收计划`,
// 投资回收完成情况-年度更新
yearlyCompletionTitle: `${currentYear.value - 1}年投资回收完成情况(年度更新)`,
yearlyCompletionTitle: `${currentYear.value - 1}年投资回收累计完成情况(年度更新)`,
// 投资回收完成情况-月度更新
monthlyCompletionTitle: `${currentYear.value}年投资回收完成情况(月度更新)`,
}));
......
......@@ -1228,9 +1228,9 @@ const lastYear = computed(() => {
// 动态标题
const dynamicTitles = computed(() => ({
// 投资回收累计完成情况-年度更新
yearlyUpdateTitle: `${currentYear.value}年投资回收累计完成情况-年度更新`,
yearlyUpdateTitle: `${currentYear.value}年投资回收计划`,
// 投资回收完成情况-年度更新
yearlyCompletionTitle: `${currentYear.value}年投资回收完成情况(年度更新)`,
yearlyCompletionTitle: `${currentYear.value - 1}年投资回收累计完成情况(年度更新)`,
// 投资回收完成情况-月度更新
monthlyCompletionTitle: `${currentYear.value}年投资回收完成情况(月度更新)`,
}));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment