Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-29 14:31:20 | 2 | * @Date: 2022-08-29 14:31:20 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-03-28 16:16:47 | 4 | + * @LastEditTime: 2023-03-29 13:10:16 |
| 5 | * @FilePath: /data-table/src/components/AppointmentField/index.vue | 5 | * @FilePath: /data-table/src/components/AppointmentField/index.vue |
| 6 | * @Description: 预约时间控件 | 6 | * @Description: 预约时间控件 |
| 7 | --> | 7 | --> |
| ... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
| 16 | <my-component /> | 16 | <my-component /> |
| 17 | </template> | 17 | </template> |
| 18 | </van-field> | 18 | </van-field> |
| 19 | + <van-divider /> | ||
| 19 | </div> | 20 | </div> |
| 20 | </template> | 21 | </template> |
| 21 | 22 | ... | ... |
-
Please register or login to post a comment