|
|
@@ -204,10 +204,12 @@
|
|
|
>
|
|
|
[修改地址]
|
|
|
</el-button>
|
|
|
+
|
|
|
+ <!-- v-if="['8', '9', '10', '11'].includes(row.status)" -->
|
|
|
<el-button
|
|
|
type="success"
|
|
|
link
|
|
|
- v-if="['8', '9', '10', '11'].includes(row.status)"
|
|
|
+ v-if="row.status > 2"
|
|
|
v-permission="usePermission('sendSMS')"
|
|
|
@click="handleSendSMS(row)"
|
|
|
>
|
|
|
@@ -378,6 +380,7 @@
|
|
|
},
|
|
|
{ label: '时间', prop: 'time', slot: 'time', minWidth: 210 },
|
|
|
{ label: '备注', prop: 'remarks', slot: 'remarks' },
|
|
|
+ { label: '售后', prop: 'refundStatusName' },
|
|
|
{
|
|
|
columnKey: 'action',
|
|
|
label: '操作',
|