1
This commit is contained in:
parent
bf1385b3cc
commit
678894e1a5
@ -209,7 +209,7 @@
|
||||
<template>
|
||||
<view v-for="item in ticketInfo.records" :key="item.id" class="projItem">
|
||||
<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>-->
|
||||
</view>
|
||||
<view class="projBody">
|
||||
|
Loading…
Reference in New Issue
Block a user