|
@@ -101,6 +101,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script type="text/babel">
|
|
<script type="text/babel">
|
|
|
|
+ import ElCheckbox from 'element-ui/packages/checkbox';
|
|
import Migrating from 'element-ui/src/mixins/migrating';
|
|
import Migrating from 'element-ui/src/mixins/migrating';
|
|
import throttle from 'throttle-debounce/throttle';
|
|
import throttle from 'throttle-debounce/throttle';
|
|
import debounce from 'throttle-debounce/debounce';
|
|
import debounce from 'throttle-debounce/debounce';
|
|
@@ -160,7 +161,8 @@
|
|
|
|
|
|
components: {
|
|
components: {
|
|
TableHeader,
|
|
TableHeader,
|
|
- TableBody
|
|
|
|
|
|
+ TableBody,
|
|
|
|
+ ElCheckbox
|
|
},
|
|
},
|
|
|
|
|
|
methods: {
|
|
methods: {
|