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-23 16:19:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91ce1d0b2bc60a014e1d46681bae301e054412de
91ce1d0b
1 parent
02064320
fix 确认弹框文字修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/material_pre_request.vue
src/views/material_pre_request.vue
View file @
91ce1d0
<!--
* @Date: 2024-07-23 12:53:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-23 16:
05:39
* @LastEditTime: 2024-07-23 16:
15:20
* @FilePath: /temple_material_request/src/views/material_pre_request.vue
* @Description: 待申领物资页面
-->
...
...
@@ -68,7 +68,7 @@
<van-dialog v-model:show="showType" @confirm="onDialogConfirm" title="" show-cancel-button :confirm-button-color="styleColor.baseColor">
<div style="padding: 1.5rem 0 0; text-align: center; font-size: 0.95rem; font-weight: bold;">请确认您本次是为哪个组别申领物资</div>
<div style="display: flex; align-items: center; padding: 1rem;">
<
div style="font-size: 0.9rem; margin-right: 1rem; width: 5rem;">申领组: </div
>
<
!-- <div style="font-size: 0.9rem; margin-right: 1rem; width: 5rem;">申领组: </div> --
>
<div>
<van-radio-group v-model="type_checked" direction="horizontal" style="font-size: 0.9rem;">
<van-radio name="1" :checked-color="styleColor.baseColor" style="margin-bottom: 0.25rem;">单选框 1</van-radio>
...
...
Please
register
or
login
to post a comment