diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..ec53553 Binary files /dev/null and b/dist.zip differ diff --git a/src/view/sy.vue b/src/view/sy.vue index 94cfe5e..9314f17 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -119,7 +119,7 @@
{{ data.salvageServices.jzje }}万元
@@ -1242,7 +1242,7 @@ const getData = async () => { // data.salvageServices[key] = res.data.jzfw[key]; // }); 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"];