|
@@ -60,7 +60,6 @@ export default {
|
|
|
type:Boolean,
|
|
|
default:false,
|
|
|
},
|
|
|
-
|
|
|
},
|
|
|
components: {
|
|
|
ElDictTag: () => import("@/components/DictTag/index.vue"),
|
|
@@ -99,6 +98,7 @@ export default {
|
|
|
// 过滤
|
|
|
filterData: [],
|
|
|
filterState: false,
|
|
|
+
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
@@ -324,6 +324,7 @@ export default {
|
|
|
<div class="el-super-table">
|
|
|
<el-table
|
|
|
border
|
|
|
+ size="mini"
|
|
|
height="auto"
|
|
|
ref="superTable"
|
|
|
v-bind="$attrs"
|
|
@@ -331,7 +332,7 @@ export default {
|
|
|
:row-key="rowKey"
|
|
|
:data="innerValue"
|
|
|
:show-summary="showSummary"
|
|
|
- :summary-method="showSummary ? getSummaries :''"
|
|
|
+ :summary-method="getSummaries"
|
|
|
:highlight-current-row="radio"
|
|
|
@row-click="onRowClick"
|
|
|
@header-dragend="onWidth"
|