This commit is contained in:
duanxiaohai 2024-08-06 17:33:06 +08:00
parent 392fb8ae05
commit efc258e997
2 changed files with 2 additions and 2 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -119,7 +119,7 @@
<div class="bottom"> <div class="bottom">
{{ data.salvageServices.jzje {{ data.salvageServices.jzje
}}<span style="font-size: 12px; color: #fff; margin-left: 4px" }}<span style="font-size: 12px; color: #fff; margin-left: 4px"
></span ></span
> >
</div> </div>
</div> </div>
@ -1242,7 +1242,7 @@ const getData = async () => {
// data.salvageServices[key] = res.data.jzfw[key]; // data.salvageServices[key] = res.data.jzfw[key];
// }); // });
data.salvageServices.jzrc = addThousandSeparator(res.data.jzfw.jzrc); data.salvageServices.jzrc = addThousandSeparator(res.data.jzfw.jzrc);
data.salvageServices.jzje = addThousandSeparator(res.data.jzfw.jzje); data.salvageServices.jzje = (res.data.jzfw.jzje / 10000).toFixed(2);
} }
// & // &
const jysyKeys = ["xxzs", "xszs", "jzgzs"]; const jysyKeys = ["xxzs", "xszs", "jzgzs"];