hookehuyr

fix

<!--
* @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 }}&nbsp;{{ x.create_date }}&nbsp;使用
申领人:{{ x.contact_name }}&nbsp;{{ x.create_date }}
</div>
</div>
</van-col>
......