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-08-03 13:56:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55ad5e9e60ac958e59f67379d0033da6058621b8
55ad5e9e
1 parent
7d040e98
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/material_list.vue
src/views/material_list.vue
View file @
55ad5e9
<!--
* @Date: 2024-07-23 10:50:38
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-03 13:
11:22
* @LastEditTime: 2024-08-03 13:
29:35
* @FilePath: /temple_material_request/src/views/material_list.vue
* @Description: 物资情况页面
-->
...
...
@@ -21,7 +21,7 @@
<div class="item-title van-ellipsis" :style="{ color: styleColor.baseColor }" @click="onClickTitle(item)">{{ item.product_name }} / {{ item.spec }}</div>
<div class="item-attr">
<div v-for="(x, index) in item.order_list" :key="index">
申领人:{{ x.contact_name }} {{ x.create_date }}
使用
申领人:{{ x.contact_name }} {{ x.create_date }}
</div>
</div>
</van-col>
...
...
Please
register
or
login
to post a comment