Browse Source

Merge branch 'fsms_2.9'

hbchen 1 year ago
parent
commit
abe833bce7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/financialStatistics/businessIncome.vue

+ 2 - 2
src/views/financialStatistics/businessIncome.vue

@@ -216,9 +216,9 @@
           </span>
           <template #content>
             <div>
-              未续约收入金额=去年同期老客户收入金额-当期老客户收入金额。
+              未续约收入金额:当期未续约收入金额=去年同期总收入金额(新客户+老客户)-当期老客户收入金额
               <br />
-              移动平均值:移动间隔长度3个月。
+              移动平均值:未续约收入金额的移动平均值,移动间隔长度3个月。
             </div>
           </template>
         </el-tooltip>