|
@@ -76,7 +76,7 @@
|
|
|
<option :key="kdIndex" :name='kd.label' :value="kd.value" v-for="(kd,kdIndex) in kdlist">{{kd.label}}</option>
|
|
|
</select>
|
|
|
<button @click="addBtn()" class="add-company companyBtn"v-if="index==0">+</button>
|
|
|
- <button @click="subBtn(kd)" class="add-company companyBtn" v-else>-</button>
|
|
|
+ <button @click="subBtn(item)" class="add-company companyBtn" v-else>-</button>
|
|
|
</div>
|
|
|
<div class="logist-right">
|
|
|
<div :key="numIndex" v-for="(num,numIndex) in item.numList">
|