Browse Source

fix field

voice
郑锦全 4 years ago
parent
commit
cdd0cc4b49
  1. 2
      src/subpackage/device/components/order/timing_detail/timing_detail.vue

2
src/subpackage/device/components/order/timing_detail/timing_detail.vue

@ -67,7 +67,7 @@
<view class="oem-tit">结束计费</view>
<view class="oem-line">操作人{{orderInfo.end_bill_operator_name || '-'}}</view>
<view class="oem-line">时长合计<text class="ol-txt1">{{orderInfo.extension.duration || '-'}}</text></view>
<view class="oem-line">金额合计<text class="ol-txt2">¥{{orderInfo.extension.amount || '-'}}</text></view>
<view class="oem-line">金额合计<text class="ol-txt2">¥{{orderInfo.amount || '-'}}</text></view>
<view class="oem-tips">*<text>请输入金额</text></view>
<view class="oem-ipt"><input type="digit" v-model="input_amount"/></view>
<view class="oem-btn" hover-class="hover-active" @click="confirmChange" >确认</view>

Loading…
Cancel
Save