Browse Source

Merge branch 'fsms_3.0' into debug

hbchen 11 months ago
parent
commit
de4bd88bcd
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/views/financialStatistics/waitInvoice.vue

+ 9 - 1
src/views/financialStatistics/waitInvoice.vue

@@ -157,7 +157,15 @@
             </el-tooltip>
           </template>
         </el-table-column>
-        <el-table-column label="未开票换算金额(元)" align="center" prop="not_invoiced_amount_total"></el-table-column>
+        <el-table-column label="未开票换算金额(元)" align="center" prop="not_invoiced_amount_total">
+          <template #header>
+            <el-tooltip content="未开票未到款换算金额" placement="top">
+              <span style="display: inline-flex;align-items: center;">未开票换算金额(元)
+                <svg-Icon name="svgIcon-financial-info" size="18" style="margin-left: 5px;color: white;" />
+              </span>
+            </el-tooltip>
+          </template>
+        </el-table-column>
         <el-table-column label="套餐类型" align="center" prop="service_type">
           <template #header>
             <el-tooltip content="合同套餐类型" placement="top">