@ebiz/designer-components 0.1.87 → 0.1.88
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/dist/designer-components.css +1 -1
- package/dist/index.mjs +5578 -5578
- package/package.json +1 -1
- package/src/components/EbizEmployeeSelector.vue +1 -1
package/package.json
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<!-- 搜索框 -->
|
|
105
105
|
<div class="search-box">
|
|
106
|
-
<t-input v-model="searchText" placeholder="请输入姓名/拼音/工号搜索" clearable @
|
|
106
|
+
<t-input v-model="searchText" placeholder="请输入姓名/拼音/工号搜索" clearable @change="handleSearchEnter">
|
|
107
107
|
<template #suffix-icon>
|
|
108
108
|
<t-icon name="search" @click="handleSearchClick"></t-icon>
|
|
109
109
|
</template>
|