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