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-31 10:46:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07e35177c72b215331bdd00f5a3ebc10fee9d84f
07e35177
1 parent
98c252d1
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 @
07e3517
<!--
* @Date: 2024-07-23 12:53:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-3
0 09:31:07
* @LastEditTime: 2024-07-3
1 10:45:14
* @FilePath: /temple_material_request/src/views/material_pre_request.vue
* @Description: 待申领物资页面
-->
...
...
@@ -22,7 +22,7 @@
<span v-if="model !== 'edit'" @click="onClickEdit"><van-icon name="records-o" /> 编辑</span>
<span v-else>
<span @click="onClickDel"><van-icon name="delete-o" /> 删除</span>
<span @click="onClickCancel"><van-icon name="
close
" /> 确认编辑</span>
<span @click="onClickCancel"><van-icon name="
passed
" /> 确认编辑</span>
</span>
</van-col>
</van-row>
...
...
Please
register
or
login
to post a comment