Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-07-23 12:53:15 | 2 | * @Date: 2024-07-23 12:53:15 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-29 17:40:14 | 4 | + * @LastEditTime: 2024-07-30 09:31:07 |
| 5 | * @FilePath: /temple_material_request/src/views/material_pre_request.vue | 5 | * @FilePath: /temple_material_request/src/views/material_pre_request.vue |
| 6 | * @Description: 待申领物资页面 | 6 | * @Description: 待申领物资页面 |
| 7 | --> | 7 | --> |
| ... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
| 61 | </div> | 61 | </div> |
| 62 | <van-empty v-if="!list.length" image="error" description="待申领物资为空" /> | 62 | <van-empty v-if="!list.length" image="error" description="待申领物资为空" /> |
| 63 | <div style="height: 10rem;"></div> | 63 | <div style="height: 10rem;"></div> |
| 64 | - <div style="position: fixed; left: 0; right: 0; bottom:4.5rem; padding: 1rem;"> | 64 | + <div style="position: fixed; left: 0; right: 0; bottom:4.5rem; padding: 1rem; background-color: white;"> |
| 65 | <van-button icon="plus" type="primary" :color="styleColor.baseColor" plain block :disabled="disabled_btn" @click="addMore">添加更多</van-button> | 65 | <van-button icon="plus" type="primary" :color="styleColor.baseColor" plain block :disabled="disabled_btn" @click="addMore">添加更多</van-button> |
| 66 | </div> | 66 | </div> |
| 67 | </div> | 67 | </div> |
| ... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
| 69 | <!-- --> | 69 | <!-- --> |
| 70 | <div style="display: flex; justify-content: space-between; align-items: center;"> | 70 | <div style="display: flex; justify-content: space-between; align-items: center;"> |
| 71 | <div style="display: flex; align-items: center;" @click="showPicker = true"> | 71 | <div style="display: flex; align-items: center;" @click="showPicker = true"> |
| 72 | - <div style="font-size: 0.85rem; color: #202020;">领用时间:</div> | 72 | + <div style="font-size: 0.85rem; color: #202020;">使用时间:</div> |
| 73 | <div style="border: 1px solid #f0f0f0; border-radius: 5px; padding: 0.5rem 0.35rem 0.5rem 1rem; min-width: 6rem; font-size: 0.85rem; display: flex; align-items: center; justify-content: space-between;">{{ use_time }} <van-icon name="notes-o" size="1rem" :color="styleColor.baseColor" /></div> | 73 | <div style="border: 1px solid #f0f0f0; border-radius: 5px; padding: 0.5rem 0.35rem 0.5rem 1rem; min-width: 6rem; font-size: 0.85rem; display: flex; align-items: center; justify-content: space-between;">{{ use_time }} <van-icon name="notes-o" size="1rem" :color="styleColor.baseColor" /></div> |
| 74 | </div> | 74 | </div> |
| 75 | <div style="display: flex; align-items: center;"> | 75 | <div style="display: flex; align-items: center;"> | ... | ... |
-
Please register or login to post a comment