mirror of https://gitee.com/xiaonuobase/snowy
update: 移除无用的代码
parent
4314fc52f2
commit
47cd966b89
|
@ -20,8 +20,6 @@
|
|||
</draggable>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <a-checkbox-group v-model="checkedList" :options="optionsWithDisabled" @change="onChange" >-->
|
||||
<!-- </a-checkbox-group>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -20,13 +20,7 @@ export default {
|
|||
localDataSource: [],
|
||||
localPagination: Object.assign({}, this.pagination),
|
||||
isFullscreen: false,
|
||||
customSize: this.size,
|
||||
|
||||
// 列配置
|
||||
indeterminate: true,
|
||||
checkAll: false,
|
||||
checkedList: [],
|
||||
columnsSetting: []
|
||||
customSize: this.size
|
||||
}
|
||||
},
|
||||
props: Object.assign({}, T.props, {
|
||||
|
|
Loading…
Reference in New Issue