wkjp-list-page 1.0.43 → 1.0.44
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
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
/>
|
|
95
95
|
</el-form-item>
|
|
96
96
|
<el-form-item v-if="searchCollapseActive && !internalSearchExpanded" class="common-list-page__search-toggle">
|
|
97
|
-
<el-button type="text" class="common-list-page__search-toggle-btn" @click="toggleSearchExpanded(true); emitTrack('expand-search')">
|
|
97
|
+
<el-button id='zhangkai' type="text" class="common-list-page__search-toggle-btn" @click="toggleSearchExpanded(true); emitTrack('expand-search')">
|
|
98
98
|
{{ expandSearchText }}
|
|
99
99
|
</el-button>
|
|
100
100
|
</el-form-item>
|
|
101
101
|
<el-form-item v-if="searchCollapseActive && internalSearchExpanded" class="common-list-page__search-toggle">
|
|
102
|
-
<el-button type="text" class="common-list-page__search-toggle-btn" @click="toggleSearchExpanded(false); emitTrack('fold-search')">
|
|
102
|
+
<el-button id='shouqi' type="text" class="common-list-page__search-toggle-btn" @click="toggleSearchExpanded(false); emitTrack('fold-search')">
|
|
103
103
|
{{ foldSearchText }}
|
|
104
104
|
</el-button>
|
|
105
105
|
</el-form-item>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
<el-button type="primary" @click="handleQueryClick">{{ queryButtonText }}</el-button>
|
|
108
108
|
</el-form-item>
|
|
109
109
|
<el-form-item v-if="showQueryButton && showClearQueryButton" class="common-list-page__clear-query-item">
|
|
110
|
-
<el-button plain @click="handleClearQueryClick">{{ clearQueryButtonText }}</el-button>
|
|
110
|
+
<el-button id="chongzhi" plain @click="handleClearQueryClick">{{ clearQueryButtonText }}</el-button>
|
|
111
111
|
</el-form-item>
|
|
112
112
|
<slot name="search-left"></slot>
|
|
113
113
|
<div v-if="hasSearchRightCluster" class="common-list-page__search-right">
|
|
@@ -188,6 +188,7 @@
|
|
|
188
188
|
<span
|
|
189
189
|
v-popover:columnConfigPopover
|
|
190
190
|
class="column-config-trigger"
|
|
191
|
+
id="'biaotou'"
|
|
191
192
|
:class="{ 'is-active': columnConfigVisible }"
|
|
192
193
|
@click.stop="toggleColumnConfig"
|
|
193
194
|
>
|