snow 9 月之前
父節點
當前提交
7e05ec37ff

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.4b0451a0.css


二進制
dist/static/css/app.4b0451a0.css.gz


二進制
dist/static/css/app.bf286833.css.gz


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.e71e1f85.js


二進制
dist/static/js/app.e71e1f85.js.gz


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.fd6f2b32.js


二進制
dist/static/js/app.fd6f2b32.js.gz


+ 1 - 1
src/components/newResults/department.vue

@@ -378,7 +378,7 @@ export default {
           const keys = Object.keys(item)
           const newItem = keys.reduce((prev,current) => ({
             ...prev,
-            [current]: current === 'depart' ? item.depart : Number(addition(item[current],twoItem[current])).toFixed(2)
+            [current]: current === 'depart' ? item.depart : current === 'total_tips' ? item.total_tips : Number(addition(item[current],twoItem[current])).toFixed(2)
           }),{})
           newData.push(newItem)
         })

部分文件因文件數量過多而無法顯示