|
@@ -15,7 +15,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="app-table__container">
|
|
<div class="app-table__container">
|
|
|
<el-table ref="tableRef" height="100%" :header-cell-class-name="selectionType" v-bind="$attrs"
|
|
<el-table ref="tableRef" height="100%" :header-cell-class-name="selectionType" v-bind="$attrs"
|
|
|
- :highlight-current-row="highlightCurrentRow" scrollbar-always-on @row-click="onRowClick"
|
|
|
|
|
|
|
+ :highlight-current-row="highlightCurrentRow" :empty-text="t('common.nodatas')" scrollbar-always-on @row-click="onRowClick"
|
|
|
@expand-change="onRowClick" @select="onSelect" border>
|
|
@expand-change="onRowClick" @select="onSelect" border>
|
|
|
<!-- 展开行 -->
|
|
<!-- 展开行 -->
|
|
|
<el-table-column type="expand" v-if="$slots.expand">
|
|
<el-table-column type="expand" v-if="$slots.expand">
|