From e5e0449512ce374784327386dc5b08bb4daf080a Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Sun, 07 Apr 2024 09:19:00 +0800
Subject: [PATCH] 短信代码优化
---
src/views/sms/smsRecord.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/sms/smsRecord.vue b/src/views/sms/smsRecord.vue
index b7f6ee1..1087159 100644
--- a/src/views/sms/smsRecord.vue
+++ b/src/views/sms/smsRecord.vue
@@ -47,6 +47,7 @@
calcHeight: 30,
tip: false,
border: true,
+ addBtn: false,
index: true,
viewBtn: true,
selection: true,
@@ -56,6 +57,7 @@
// width: 100,
label: "电话号码",
prop: "phone",
+ search: true,
span: 24,
align: "center",
slot: true,
@@ -88,7 +90,7 @@
viewDisplay: false,
},
{
- label: "创建时间",
+ label: "发送时间",
prop: "createTime",
span: 24,
// width: 200,
@@ -325,6 +327,7 @@
},
onLoad(page, params = {}) {
this.loading = true
+ this.query.isDeleted = 0
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data
this.page.total = data.total
--
Gitblit v1.9.3