Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
temple_material_request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-07-24 11:21:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6638960ff03c2ff00c720277a218f2c23fc7921d
6638960f
1 parent
31ff64da
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/chooseMaterial/index.vue
src/components/chooseMaterial/index.vue
View file @
6638960
<!--
* @Date: 2024-07-23 16:24:08
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-2
3 18:18:22
* @LastEditTime: 2024-07-2
4 09:39:18
* @FilePath: /temple_material_request/src/components/chooseMaterial/index.vue
* @Description: 选择物资组件
-->
...
...
@@ -66,7 +66,6 @@
</div>
</div>
<van-back-top class="custom" bottom="12vh" z-index="9999">返回顶部</van-back-top>
<van-dialog v-model:show="show_type" title="请选择筛选分类" @confirm="onConfirm" show-cancel-button :confirm-button-color="styleColor.baseColor">
<div style="padding: 1rem;">
<van-checkbox-group v-model="type_checked" shape="square" :checked-color="styleColor.baseColor">
...
...
Please
register
or
login
to post a comment