|
@@ -76,12 +76,12 @@ export default {
|
76
|
76
|
type: "tf"
|
77
|
77
|
},
|
78
|
78
|
{
|
79
|
|
- label: "熏蒸计划",
|
80
|
|
- type: "xzjh",
|
|
79
|
+ label: "熏蒸计划",
|
|
80
|
+ type: "xzjh",
|
81
|
81
|
},
|
82
|
82
|
{
|
83
|
|
- label: "熏蒸散气",
|
84
|
|
- type: "xzsq",
|
|
83
|
+ label: "熏蒸散气",
|
|
84
|
+ type: "xzsq",
|
85
|
85
|
},
|
86
|
86
|
{
|
87
|
87
|
label: "药剂采购",
|
|
@@ -182,7 +182,8 @@ export default {
|
182
|
182
|
title: "熏蒸计划报备与实施",
|
183
|
183
|
content: "保管员"
|
184
|
184
|
},
|
185
|
|
-
|
|
185
|
+ ],
|
|
186
|
+ fumigation1: [
|
186
|
187
|
{
|
187
|
188
|
step: "7",
|
188
|
189
|
type: "container",
|
|
@@ -551,8 +552,10 @@ export default {
|
551
|
552
|
headChange() {
|
552
|
553
|
if (this.type == "tf") {
|
553
|
554
|
this.tableData = this.meVentilation
|
554
|
|
- } else if (this.type == "xz") {
|
|
555
|
+ } else if (this.type == "xzjh") {
|
555
|
556
|
this.tableData = this.fumigation
|
|
557
|
+ } else if (this.type == "xzsq") {
|
|
558
|
+ this.tableData = this.fumigation1
|
556
|
559
|
} else if (this.type == "yjcg") {
|
557
|
560
|
this.tableData = this.drugPurchase
|
558
|
561
|
} else if (this.type == "yjly") {
|