| | |
| | | calcHeight: 30, |
| | | tip: false, |
| | | border: true, |
| | | addBtn: false, |
| | | index: true, |
| | | viewBtn: true, |
| | | selection: true, |
| | |
| | | // width: 100, |
| | | label: "电话号码", |
| | | prop: "phone", |
| | | search: true, |
| | | span: 24, |
| | | align: "center", |
| | | slot: true, |
| | |
| | | viewDisplay: false, |
| | | }, |
| | | { |
| | | label: "创建时间", |
| | | label: "发送时间", |
| | | prop: "createTime", |
| | | span: 24, |
| | | // width: 200, |
| | |
| | | }, |
| | | 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 |