|
|
@@ -20,7 +20,7 @@
|
|
|
<a target="_blank" :href="'{{url('customer/project')}}/'+thisClickIndex+'/edit?type=operation'" class="text-decoration-none">@{{ model.name }}</a>
|
|
|
</div>
|
|
|
<hr class="m-1">
|
|
|
- <div class="row" v-for="(model,i) in priceModel[thisClickIndex]['ownerPriceExpresses']">
|
|
|
+ <div class="row" v-for="(model,i) in priceModel[thisClickIndex]['ownerPriceExpress']">
|
|
|
<label class="text-dark font-weight-bold col-3"><span v-if="i==0">快递:</span></label>
|
|
|
<a target="_blank" :href="'{{url('customer/project')}}/'+thisClickIndex+'/edit?type=expresses'" class="text-decoration-none">@{{ model.name }}</a>
|
|
|
</div>
|