Commit 8b0268b6 authored by liudong1993's avatar liudong1993

1

parent d01133ba
...@@ -872,6 +872,7 @@ export default { ...@@ -872,6 +872,7 @@ export default {
if (field === "JAN") return this.moneyFormatN(rowData.JAN); if (field === "JAN") return this.moneyFormatN(rowData.JAN);
if (field === "FEB") return this.moneyFormatN(rowData.FEB); if (field === "FEB") return this.moneyFormatN(rowData.FEB);
if (field === "MAR") return this.moneyFormatN(rowData.MAR); if (field === "MAR") return this.moneyFormatN(rowData.MAR);
if (field === "FirstQuarter") return this.moneyFormatN(rowData.FirstQuarter);
if (field === "APR") return this.moneyFormatN(rowData.APR); if (field === "APR") return this.moneyFormatN(rowData.APR);
if (field === "MAY") return this.moneyFormatN(rowData.MAY); if (field === "MAY") return this.moneyFormatN(rowData.MAY);
if (field === "JUN") return this.moneyFormatN(rowData.JUN); if (field === "JUN") return this.moneyFormatN(rowData.JUN);
......
...@@ -874,6 +874,7 @@ export default { ...@@ -874,6 +874,7 @@ export default {
if (field === "JAN") return this.moneyFormatN(rowData.JAN); if (field === "JAN") return this.moneyFormatN(rowData.JAN);
if (field === "FEB") return this.moneyFormatN(rowData.FEB); if (field === "FEB") return this.moneyFormatN(rowData.FEB);
if (field === "MAR") return this.moneyFormatN(rowData.MAR); if (field === "MAR") return this.moneyFormatN(rowData.MAR);
if (field === "FirstQuarter") return this.moneyFormatN(rowData.FirstQuarter);
if (field === "APR") return this.moneyFormatN(rowData.APR); if (field === "APR") return this.moneyFormatN(rowData.APR);
if (field === "MAY") return this.moneyFormatN(rowData.MAY); if (field === "MAY") return this.moneyFormatN(rowData.MAY);
if (field === "JUN") return this.moneyFormatN(rowData.JUN); if (field === "JUN") return this.moneyFormatN(rowData.JUN);
......
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