From bc1387909907d7f28a53a0bee7eaeda3bb46f8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Thu, 11 Feb 2021 20:17:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dslot=E4=B8=BA=E7=A9=BA=E6=95=B0=E6=8D=AE=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _web/src/components/Table/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_web/src/components/Table/index.js b/_web/src/components/Table/index.js index e5b14fe5..0119c814 100644 --- a/_web/src/components/Table/index.js +++ b/_web/src/components/Table/index.js @@ -127,7 +127,6 @@ export default { return range[0] + '-' + range[1] + '共' + total + '条' } }) || false - // console.log('this.localPagination', this.localPagination) this.needTotalList = this.initTotalList(this.columns) this.loadData() this.columnsSetting = this.columns @@ -293,7 +292,6 @@ export default { ) */ }, columnChange(val) { - console.log(val) this.columnsSetting = val }, renderHeader () { @@ -356,7 +354,7 @@ export default { return (
- {this.$scopedSlots.operator()} + {this.$scopedSlots.operator && this.$scopedSlots.operator()}
{ @@ -407,7 +405,6 @@ export default { if (k === 'rowSelection') { if (showAlert && this.rowSelection) { // 如果需要使用alert,则重新绑定 rowSelection 事件 - // console.log('this.rowSelection', this.rowSelection) props[k] = { ...this.rowSelection, selectedRows: this.selectedRows,