wkjp-list-page 1.0.30 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
<el-form-item v-if="showQueryButton && showClearQueryButton" class="common-list-page__clear-query-item">
|
|
110
110
|
<el-button plain @click="handleClearQueryClick">{{ clearQueryButtonText }}</el-button>
|
|
111
111
|
</el-form-item>
|
|
112
|
+
<slot name="search-left"></slot>
|
|
112
113
|
<div v-if="hasSearchRightCluster" class="common-list-page__search-right">
|
|
113
114
|
<slot name="search-extra"></slot>
|
|
114
115
|
<el-form-item v-if="showExportWithApi" class="common-list-page__export-item">
|
|
@@ -122,6 +123,8 @@
|
|
|
122
123
|
</div>
|
|
123
124
|
</el-form>
|
|
124
125
|
|
|
126
|
+
<slot name="table-top"></slot>
|
|
127
|
+
|
|
125
128
|
<el-table
|
|
126
129
|
ref="listTable"
|
|
127
130
|
:data="innerTableData"
|