|
|
@ -27,7 +27,7 @@
|
|
|
|
<div class="editable-row-operations">
|
|
|
|
<div class="editable-row-operations">
|
|
|
|
<span v-if="record.editable">
|
|
|
|
<span v-if="record.editable">
|
|
|
|
<a @click="() => save(record.id, index)">保存</a>
|
|
|
|
<a @click="() => save(record.id, index)">保存</a>
|
|
|
|
<a-popconfirm title="Sure to cancel?" @confirm="() => cancel(record.id)">
|
|
|
|
<a-popconfirm title="确认取消?" @confirm="() => cancel(record.id)">
|
|
|
|
<a>取消</a>
|
|
|
|
<a>取消</a>
|
|
|
|
</a-popconfirm>
|
|
|
|
</a-popconfirm>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -101,12 +101,12 @@
|
|
|
|
<p>客户地址: {{ select.address }}</p>
|
|
|
|
<p>客户地址: {{ select.address }}</p>
|
|
|
|
<p>预计送达: {{ select.time }}</p>
|
|
|
|
<p>预计送达: {{ select.time }}</p>
|
|
|
|
<a-button type="danger" style="margin-right: 20px" :loading="loading" @click="agree">通过</a-button>
|
|
|
|
<a-button type="danger" style="margin-right: 20px" :loading="loading" @click="agree">通过</a-button>
|
|
|
|
<a-button @click="visible2 = false">不通过</a-button>
|
|
|
|
<a-button @click="visible2 = false">取消</a-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div v-if="select.status === 1">
|
|
|
|
<div v-if="select.status === 1">
|
|
|
|
<a-result
|
|
|
|
<a-result
|
|
|
|
status="success"
|
|
|
|
status="success"
|
|
|
|
title="Successfully passed the audit!"
|
|
|
|
title="审核成功!"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<template #extra>
|
|
|
|
<template #extra>
|
|
|
|
<a-button @click="service" key="console" type="primary">
|
|
|
|
<a-button @click="service" key="console" type="primary">
|
|
|
|