Commit de26160784ea86d063b9ad6b4390ac40ac26d4f0

Authored by fengwotao
1 parent 88cf8ad1

pref:命令记录新增响应类型 调整部分样式

... ... @@ -37,7 +37,7 @@
37 37 <view class="detail-value">{{ commandDetail.status === 'SUCCESSFUL' ? '成功' : '失败' }}</view>
38 38 </view>
39 39 <u-line length="90%" margin="0 auto"></u-line>
40   - <view class="detail-item">
  40 + <view class="detail-item" v-if="!commandDetail.request.oneway">
41 41 <view class="detail-label">响应结果</view>
42 42 <view class="detail-value">{{ commandDetail.response ? '成功' : '失败' }}</view>
43 43 </view>
... ...