|
@@ -67,17 +67,17 @@ |
|
|
<text class="recordingBoxItem-title">录音关闭</text>
|
|
|
<text class="recordingBoxItem-title">录音关闭</text>
|
|
|
<view class="recordingBoxItem">
|
|
|
<view class="recordingBoxItem">
|
|
|
<text class="left">结束人:</text>
|
|
|
<text class="left">结束人:</text>
|
|
|
<text class="right">{{info.userName}}</text>
|
|
|
|
|
|
|
|
|
<text class="right">{{info.userName || '--'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="recordingBoxItem">
|
|
|
<view class="recordingBoxItem">
|
|
|
<text class="left">结束时间:</text>
|
|
|
<text class="left">结束时间:</text>
|
|
|
<text class="right">{{info.assignEndTime}}</text>
|
|
|
|
|
|
|
|
|
<text class="right">{{info.assignEndTime || '--'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="recordingBoxItem">
|
|
|
<view class="recordingBoxItem">
|
|
|
<text class="left">录音结束时间:</text>
|
|
|
<text class="left">录音结束时间:</text>
|
|
|
<view class="right" style="font-weight: bold;font-size: 28rpx;">
|
|
|
<view class="right" style="font-weight: bold;font-size: 28rpx;">
|
|
|
<text :style="{color: info.recording==1?'red':'#333'}">
|
|
|
<text :style="{color: info.recording==1?'red':'#333'}">
|
|
|
{{info.recordEndTime}}
|
|
|
|
|
|
|
|
|
{{info.recordEndTime || '--'}}
|
|
|
</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|