fixes
This commit is contained in:
parent
13cdd98356
commit
41857281af
@ -350,7 +350,7 @@ const onStateChange = async(newvalue)=> {
|
||||
<VCol
|
||||
cols="12"
|
||||
|
||||
md="4"
|
||||
md="3"
|
||||
>
|
||||
<VSelect
|
||||
v-model="filter.plan"
|
||||
@ -368,7 +368,7 @@ const onStateChange = async(newvalue)=> {
|
||||
<VCol
|
||||
cols="12"
|
||||
|
||||
md="4"
|
||||
md="3"
|
||||
>
|
||||
|
||||
<VSelect
|
||||
@ -385,7 +385,7 @@ const onStateChange = async(newvalue)=> {
|
||||
<VCol
|
||||
cols="12"
|
||||
|
||||
md="4"
|
||||
md="3"
|
||||
>
|
||||
<VSelect
|
||||
v-model="filter.state"
|
||||
@ -399,10 +399,10 @@ const onStateChange = async(newvalue)=> {
|
||||
/>
|
||||
|
||||
</VCol>
|
||||
<!-- <VCol
|
||||
<VCol
|
||||
cols="12"
|
||||
|
||||
md="4"
|
||||
md="3"
|
||||
>
|
||||
<VTextField
|
||||
v-model="search"
|
||||
@ -414,7 +414,7 @@ const onStateChange = async(newvalue)=> {
|
||||
dense
|
||||
outlined
|
||||
/>
|
||||
</VCol> -->
|
||||
</VCol>
|
||||
</VRow>
|
||||
</VCardText>
|
||||
<VDataTable
|
||||
|
Loading…
Reference in New Issue
Block a user