update: 移除无用的代码

pull/22/head
xlzy 2021-02-11 18:59:31 +08:00
parent 4314fc52f2
commit 47cd966b89
2 changed files with 1 additions and 9 deletions

View File

@ -20,8 +20,6 @@
</draggable> </draggable>
</div> </div>
</div> </div>
<!-- <a-checkbox-group v-model="checkedList" :options="optionsWithDisabled" @change="onChange" >-->
<!-- </a-checkbox-group>-->
</div> </div>
</template> </template>

View File

@ -20,13 +20,7 @@ export default {
localDataSource: [], localDataSource: [],
localPagination: Object.assign({}, this.pagination), localPagination: Object.assign({}, this.pagination),
isFullscreen: false, isFullscreen: false,
customSize: this.size, customSize: this.size
// 列配置
indeterminate: true,
checkAll: false,
checkedList: [],
columnsSetting: []
} }
}, },
props: Object.assign({}, T.props, { props: Object.assign({}, T.props, {