|
|
@@ -15,17 +15,13 @@
|
|
|
<div v-if="orderData.hasDeliver == 1" class="axis-det btn-wrap">
|
|
|
<button class="admin-button-com big blue confirm-btn" @click="sendSelfFn(1)">确认</button>
|
|
|
</div>
|
|
|
- <div v-else class="axis-det btn-wrap" style="margin-bottom:16px;">
|
|
|
+ <div v-else class="axis-det" style="margin-bottom:16px;">
|
|
|
<button
|
|
|
class="admin-button-com big blue confirm-btn"
|
|
|
@click="sendSelfFn(0)"
|
|
|
style="margin:auto;"
|
|
|
>自己送</button>
|
|
|
- <button
|
|
|
- class="admin-button-com big blue confirm-btn"
|
|
|
- @click="sendShipFn"
|
|
|
- style="margin:auto;"
|
|
|
- >快递送</button>
|
|
|
+ <!-- <button class="admin-button-com big blue confirm-btn" @click="sendShipFn" style="margin:auto;">快递送</button> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|