Placeholde of search

This commit is contained in:
2024-03-24 13:49:26 +01:00
parent 9891ae452b
commit c268106579
2 changed files with 4 additions and 2 deletions

View File

@@ -475,11 +475,12 @@ const selectedRowClassNameFunction = (item) => {
<div class="flex flex-col start-0">
<div class="w-full">
<div>
<span class="font-extrabold font-mono">Dynamic search:</span>
<span class="font-extrabold font-mono">Search:</span>
</div>
<div>
<input
class="rounded-md w-full"
:placeholder="settingsStore.online ? 'Code of product' : 'Description or name'"
v-model="settingsStore.text"
@input="async_search"
/>
@@ -649,5 +650,5 @@ const selectedRowClassNameFunction = (item) => {
--easy-table-body-even-row-background-color: #e5e6f9;
}
</style>
<style src="vue-multiselect/dist/vue-multiselect.css"></style>