web/src/views/sms_listmanage/smslist.vue
@@ -36,7 +36,7 @@ :data-source="data" :loading="loading" > <span v-if="record.sendstatus==6" slot="action" slot-scope="text, record"> <span v-if="record.sendstatus==7" slot="action" slot-scope="text, record"> <!-- <template> <a-popconfirm title="是否确认删除该任务?" @@ -118,17 +118,13 @@ case 4: return '发送中'; case 5: return '发送成功'; case 6: return '发送失败'; case 7: return '接收中'; case 8: case 6: return '接收成功'; case 9: case 7: return '接收失败'; default: return '异常' return '接收失败'; } } },