Commit 93cc7362 authored by wangxl's avatar wangxl

22222

parent 71f59ddc
......@@ -444,8 +444,7 @@
</div>
</a-col>
</a-row>
<div v-for="(item, index) in formData.budget" :key="'budget' + index">
<a-row type="flex" class="item_inner">
<a-row type="flex" class="item_inner" v-for="(item, index) in formData.budget" :key="'budget' + index">
<a-col :span="4">
<div class="special-middle">
<div>{{ item.budgetName }}</div>
......@@ -468,7 +467,6 @@
</div>
</a-col>
</a-row>
</div>
<a-row type="flex" class="item_inner">
<a-col :span="4" class="bg-gray">
<div class="special-middle">
......
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