zhongtianhaoyuan 3 년 전
부모
커밋
58eaf08e75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/task/audit/acquisition_settlement_approval.vue

+ 1 - 1
pages/task/audit/acquisition_settlement_approval.vue

@@ -146,7 +146,7 @@
 							<image :src="src" style="width: 100rpx;height: 100rpx;border-radius: 500%;"></image>
 						</view>
 						<view class="item2">
-							<view class="name">{{item.operatorMajorRoleName}}</view>
+							<view class="name">{{item.operatorName ? item.operatorName:item.operatorMajorRoleName}}</view>
 							<view class="status">{{item.approved ? "已审核":"待决策人审核"}}</view>
 						</view>
 					</view>