fix:日志不合格项合计

This commit is contained in:
shijing 2024-08-15 17:49:21 +08:00
parent 93ae6ac3da
commit c08dc1b2d3
1 changed files with 15 additions and 1 deletions

View File

@ -175,7 +175,21 @@ export default {
return {
loading: false,
//
form: {},
form: {
batch: null,
count_real: 0,
count_ok: 0,
count_notok: 0,
count_n_hs: 0,
count_n_qp: 0,
count_n_swen: 0,
count_n_bb: 0,
count_n_md: 0,
count_n_xh: 0,
count_n_ps: 0,
count_n_qt: 0,
count_n_wm: 0,
},
//
rules: {
batch: [