1505aa3e by tianhaohao@pashanhoo.com

111

1 parent ea897892
......@@ -80,8 +80,9 @@ export default {
bdcdj.getWorkerStatistics().then((res) => {
this.tableData.data = res.result;
for (let item of this.tableData.data) {
item.womanRatio = ((item.womanNum / item.total) * 100).toFixed(2)+'%'; }
console.log(this.tableData.data);
item.womanRatio =
((item.womanNum / item.total) * 100).toFixed(2) + "%";
}
});
},
// 重置
......