This commit is contained in:
PQZ 2024-11-04 17:52:51 +08:00
parent bf1385b3cc
commit 678894e1a5

View File

@ -209,7 +209,7 @@
<template> <template>
<view v-for="item in ticketInfo.records" :key="item.id" class="projItem"> <view v-for="item in ticketInfo.records" :key="item.id" class="projItem">
<view class="projTop"> <view class="projTop">
<text class="projName">{{ item.type }}{{item.dealUserName}}</text> <text class="projName">{{ item.type }}{{item.roleName}}-{{item.dealUserName}}</text>
<!-- <text class="projAmount">${{ item.amount }}</text>--> <!-- <text class="projAmount">${{ item.amount }}</text>-->
</view> </view>
<view class="projBody"> <view class="projBody">