Commit 8e3f9528 authored by yanzhongrong's avatar yanzhongrong

bugfix

parent 6e54316e
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<div class="item_name">天馈线</div> <div class="item_name">天馈线</div>
</el-col> </el-col>
<el-col :span="10"> <el-col :span="10">
<div class="item_data">{{ form.type5 }}</div> <div class="item_data">{{ form.type6 }}</div>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
......
...@@ -14,6 +14,7 @@ export function formInit1(data = {}) { ...@@ -14,6 +14,7 @@ export function formInit1(data = {}) {
type3: 0, type3: 0,
type4: 0, type4: 0,
type5: 0, type5: 0,
type6: 0,
controlLimit: [ controlLimit: [
{ sum: 0, type: "" }, { sum: 0, type: "" },
{ sum: 0, type: "" }, { sum: 0, type: "" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment