|
@@ -24,7 +24,7 @@
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<template slot="label"> 发送状态 </template>
|
|
<template slot="label"> 发送状态 </template>
|
|
- {{ { OK: '成功', NO: '失败' }[info.sendStatus] }}
|
|
|
|
|
|
+ {{ { OK: '收到', NO: '未收到' }[info.sendStatus] }}
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<template slot="label"> 发送时间 </template>
|
|
<template slot="label"> 发送时间 </template>
|