hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2024-07-23 10:50:38 2 * @Date: 2024-07-23 10:50:38
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-08-03 13:11:22 4 + * @LastEditTime: 2024-08-03 13:29:35
5 * @FilePath: /temple_material_request/src/views/material_list.vue 5 * @FilePath: /temple_material_request/src/views/material_list.vue
6 * @Description: 物资情况页面 6 * @Description: 物资情况页面
7 --> 7 -->
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 <div class="item-title van-ellipsis" :style="{ color: styleColor.baseColor }" @click="onClickTitle(item)">{{ item.product_name }} / {{ item.spec }}</div> 21 <div class="item-title van-ellipsis" :style="{ color: styleColor.baseColor }" @click="onClickTitle(item)">{{ item.product_name }} / {{ item.spec }}</div>
22 <div class="item-attr"> 22 <div class="item-attr">
23 <div v-for="(x, index) in item.order_list" :key="index"> 23 <div v-for="(x, index) in item.order_list" :key="index">
24 - 申领人:{{ x.contact_name }}&nbsp;{{ x.create_date }}&nbsp;使用 24 + 申领人:{{ x.contact_name }}&nbsp;{{ x.create_date }}
25 </div> 25 </div>
26 </div> 26 </div>
27 </van-col> 27 </van-col>
......