fix: a-rang-picker

This commit is contained in:
wzyyy 2023-03-02 20:45:37 +08:00
parent 4d8f68dabb
commit 376d54fdb4
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
{{ item.label }}
</j-radio-button>
</j-radio-group>
<a-range-picker
<j-range-picker
format="YYYY-MM-DD"
valueFormat="YYYY-MM-DD"
style="margin-left: 12px"
@ -23,7 +23,7 @@
v-model:value="rangeVal"
:allowClear="false"
>
</a-range-picker>
</j-range-picker>
</div>
</template>