Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-07-23 16:24:08 | 2 | * @Date: 2024-07-23 16:24:08 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-23 18:18:22 | 4 | + * @LastEditTime: 2024-07-24 09:39:18 |
| 5 | * @FilePath: /temple_material_request/src/components/chooseMaterial/index.vue | 5 | * @FilePath: /temple_material_request/src/components/chooseMaterial/index.vue |
| 6 | * @Description: 选择物资组件 | 6 | * @Description: 选择物资组件 |
| 7 | --> | 7 | --> |
| ... | @@ -66,7 +66,6 @@ | ... | @@ -66,7 +66,6 @@ |
| 66 | </div> | 66 | </div> |
| 67 | </div> | 67 | </div> |
| 68 | <van-back-top class="custom" bottom="12vh" z-index="9999">返回顶部</van-back-top> | 68 | <van-back-top class="custom" bottom="12vh" z-index="9999">返回顶部</van-back-top> |
| 69 | - | ||
| 70 | <van-dialog v-model:show="show_type" title="请选择筛选分类" @confirm="onConfirm" show-cancel-button :confirm-button-color="styleColor.baseColor"> | 69 | <van-dialog v-model:show="show_type" title="请选择筛选分类" @confirm="onConfirm" show-cancel-button :confirm-button-color="styleColor.baseColor"> |
| 71 | <div style="padding: 1rem;"> | 70 | <div style="padding: 1rem;"> |
| 72 | <van-checkbox-group v-model="type_checked" shape="square" :checked-color="styleColor.baseColor"> | 71 | <van-checkbox-group v-model="type_checked" shape="square" :checked-color="styleColor.baseColor"> | ... | ... |
-
Please register or login to post a comment