| | |
| | | :customRow="clickThenSelect" |
| | | @change="handleTableChange" |
| | | > |
| | | |
| | | <span slot="num" slot-scope="text"> |
| | | <j-ellipsis :value="text" :length="15" /> |
| | | </span> |
| | | <template |
| | | slot="htmlSlot" |
| | | slot-scope="text" |
| | |
| | | title: '单据号', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'num' |
| | | dataIndex: 'num', |
| | | scopedSlots: { customRender: 'num' }, |
| | | width: 100, |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: '创建人', |
| | |
| | | } |
| | | deleteAction(this.url.delete, { id: id }).then(res => { |
| | | if (res.success) { |
| | | //重新计算分页问题 |
| | | //重新计算分页问题 |
| | | this.reCalculatePage(1) |
| | | this.$message.success(res.message) |
| | | this.loadData() |