Commit df8fd7a8 authored by zhengke's avatar zhengke

修改

parent b68cd057
......@@ -165,7 +165,7 @@
<template v-slot:append>
<q-icon name="event" class="cursor-pointer">
<q-popup-proxy ref="qDateProxy1" transition-show="scale" transition-hide="scale">
<q-date v-model="msg.AllChangePlanItem.OpenTimeStr" @input="() => $refs.qDateProxy1.hide()" />
<q-date v-model="msg.AllChangePlanItem.OpenTimeStr" :options="optionsFn" @input="() => $refs.qDateProxy1.hide()" />
</q-popup-proxy>
</q-icon>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment