diff --git a/src/views/sMsSendManage/loopSend/sendDetails.vue b/src/views/sMsSendManage/loopSend/sendDetails.vue
index 170b3d5..9cbe0be 100644
--- a/src/views/sMsSendManage/loopSend/sendDetails.vue
+++ b/src/views/sMsSendManage/loopSend/sendDetails.vue
@@ -37,18 +37,18 @@
- {{ row.sendStatus === '发送成功' ? '发送成功' : '发送失败' }}
+ {{ row.sendStatus === '发送成功' ? '发送成功' : row.sendStatus }}
重新发送
@@ -73,7 +73,6 @@ import {
} from '@/api/sMsSendManage/loopSend.js'
const { proxy } = getCurrentInstance()
-
const recordsTableRef = ref(null)
const detailLoading = ref(false)
const detailList = ref([])