Commit d591d068 authored by yanzhongrong's avatar yanzhongrong

bugfix

parent 08f2cc63
......@@ -38,7 +38,7 @@
<div class="item_name">天馈线</div>
</el-col>
<el-col :span="10">
<div class="item_data">{{ form.type5 }}</div>
<div class="item_data">{{ form.type6 }}</div>
</el-col>
</el-row>
</div>
......@@ -151,7 +151,7 @@
<div class="item_name">漏缆根数</div>
</el-col>
<el-col :span="colspan">
<div class="item_data">{{ form.count.LEAKY }}</div>
<div class="item_data">{{ form.count.LEAKY }}</div>
</el-col>
</el-row>
<el-row class="text" :gutter="24">
......@@ -159,7 +159,7 @@
<div class="item_name">天馈线根数</div>
</el-col>
<el-col :span="colspan">
<div class="item_data"></div>
<div class="item_data">{{ form.type6 }}</div>
</el-col>
</el-row>
<el-row class="text" :gutter="24">
......
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