Commit 562494ff authored by levante's avatar levante

123

parent 8a4f9fc0
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span='1' :offset='1'> <a-col :span='1' :offset='1' v-if="index + 1 == rowLoop.length">
<a-button icon='minus' v-if="index !== 0" @click="deleteRow(item.randomNum)" /> <a-button icon='minus' v-if="index !== 0" @click="deleteRow(item.randomNum)" />
</a-col> </a-col>
</a-row> </a-row>
......
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