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

@@ -266,3 +266,4 @@ onMounted(fetch_menu);
<slot /> <slot />
</div> </div>
</template> </template>
<style src="vue-multiselect/dist/vue-multiselect.css"></style>

View File

@@ -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>