|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<u-table ref="table" row-key="label" use-virtual :big-data-checkbox="true" :data="tableData"
|
|
|
- border style="width: 100%" @selection-change="handleSelectionChange" showBodyOverflow="title"
|
|
|
- showHeaderOverflow="title" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }">
|
|
|
+ border style="width: 100%" @selection-change="handleSelectionChange" stripe
|
|
|
+ :tree-props="{ children: 'children', hasChildren: 'hasChildren' }">
|
|
|
<u-table-column align="left" v-if="isShowCheckbox" type="selection" width="55" fixed></u-table-column>
|
|
|
<!-- <u-table-column align="center" v-if="isShowIndex" label="序号" type="index" width="60" fixed>
|
|
|
</u-table-column> -->
|