Placeholde of search
This commit is contained in:
@@ -266,3 +266,4 @@ onMounted(fetch_menu);
|
|||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||||
|
|||||||
@@ -475,11 +475,12 @@ const selectedRowClassNameFunction = (item) => {
|
|||||||
<div class="flex flex-col start-0">
|
<div class="flex flex-col start-0">
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div>
|
<div>
|
||||||
<span class="font-extrabold font-mono">Dynamic search:</span>
|
<span class="font-extrabold font-mono">Search:</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input
|
<input
|
||||||
class="rounded-md w-full"
|
class="rounded-md w-full"
|
||||||
|
:placeholder="settingsStore.online ? 'Code of product' : 'Description or name'"
|
||||||
v-model="settingsStore.text"
|
v-model="settingsStore.text"
|
||||||
@input="async_search"
|
@input="async_search"
|
||||||
/>
|
/>
|
||||||
@@ -649,5 +650,5 @@ const selectedRowClassNameFunction = (item) => {
|
|||||||
--easy-table-body-even-row-background-color: #e5e6f9;
|
--easy-table-body-even-row-background-color: #e5e6f9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user