fix:日志不合格项合计
This commit is contained in:
parent
93ae6ac3da
commit
c08dc1b2d3
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue