瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
6f84ec697b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/setting/insuranceAdministration/sentEmailRecords/sentEmailRecordsForm.vue

+ 2 - 2
src/views/setting/insuranceAdministration/sentEmailRecords/sentEmailRecordsForm.vue

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