shuishen
2024-04-18 4522ab3fe8bd45ee753ef187448c1e884bbc601f
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