remove menu for setupprod env
This commit is contained in:
parent
ef286e316d
commit
a1d75df349
|
@ -21,7 +21,7 @@
|
|||
</v-tabs>
|
||||
</template>
|
||||
<v-spacer />
|
||||
<v-menu>
|
||||
<v-menu v-if="1===2">
|
||||
<template v-slot:activator="{ props }">
|
||||
<v-btn v-bind="props" color="primary" variant="text" icon="mdi-plus" />
|
||||
</template>
|
||||
|
@ -46,11 +46,11 @@
|
|||
|
||||
<v-window v-model="tab">
|
||||
<v-window-item value="input">
|
||||
<v-text-field class="pt-1" v-model="searchValueInput" prepend-inner-icon="mdi-magnify" label="جست و جو" variant="outlined"
|
||||
density="compact" :rounded="false"></v-text-field>
|
||||
<v-text-field class="pt-1" v-model="searchValueInput" prepend-inner-icon="mdi-magnify" label="جست و جو"
|
||||
variant="outlined" density="compact" :rounded="false"></v-text-field>
|
||||
|
||||
<v-data-table :headers="headersInput" :items="itemsInput" :search="searchValueInput" :loading="loading"
|
||||
show-index density="comfortable" class="elevation-1" :header-props="{ class: 'custom-header' }">
|
||||
<v-data-table :headers="headersInput" :items="itemsInput" :search="searchValueInput" :loading="loading" show-index
|
||||
density="comfortable" class="elevation-1" :header-props="{ class: 'custom-header' }">
|
||||
<template v-slot:item.operation="{ item }">
|
||||
<div class="d-flex">
|
||||
<pass-check v-if="!item.locked" :windows-state="passChequeWindowsState" :id="item.id" />
|
||||
|
@ -70,8 +70,8 @@
|
|||
</v-window-item>
|
||||
|
||||
<v-window-item value="output">
|
||||
<v-text-field class="pt-1" v-model="searchValueOutput" prepend-inner-icon="mdi-magnify" label="جست و جو" variant="outlined"
|
||||
density="compact" :rounded="false"></v-text-field>
|
||||
<v-text-field class="pt-1" v-model="searchValueOutput" prepend-inner-icon="mdi-magnify" label="جست و جو"
|
||||
variant="outlined" density="compact" :rounded="false"></v-text-field>
|
||||
|
||||
<v-data-table :headers="headersInput" :items="itemsOutput" :search="searchValueOutput" :loading="loading"
|
||||
show-index density="comfortable" class="elevation-1" :header-props="{ class: 'custom-header' }">
|
||||
|
|
Loading…
Reference in a new issue