提交耗材问题

This commit is contained in:
duan
2024-11-01 17:46:57 +08:00
parent a40d7bf142
commit ab5c746b80
5 changed files with 27 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
<view class="color-000 font-bold">{{data.nickName}}</view>
<image style="width: 24rpx;height: 24rpx;" v-if="data.sex=='男'" src="./men.png" mode=""></image>
<image style="width: 24rpx;height: 24rpx;" v-if="data.sex=='女'" src="./women.png" mode=""></image>
<view class="color-999 u-m-l-40" @click="remark">备注</view>
<!-- <view class="color-999 u-m-l-40" @click="remark">备注</view> -->
</view>
<!-- <view class="u-m-t-6 u-flex u-row-between">
<view class="vip isvip" v-if="data.isVip">会员</view>