Update PhotoList.vue

pull/25/head
ruibaby 2019-06-01 00:23:23 +08:00
parent a5a27822d6
commit 5be00a0524
1 changed files with 5 additions and 2 deletions

View File

@ -174,7 +174,10 @@
slot="description"
v-if="editable"
>
<a-input v-model="photo.takeTime" />
<a-date-picker
v-model="photo.takeTime"
style="width:100%"
/>
</template>
<span
slot="description"