doum
2025-09-08 55ba702c1df240929e68df3b42fa9cb0607378b8
bicycle/pages/settlementDetails/settlementDetails.vue
@@ -8,7 +8,7 @@
         </view>
         <view class="details_head_c">
            <text>结算车型:{{ info.bikeType ? info.bikeType : '-' }}</text>
            <text>计费时长:{{ String(info.duration) ? info.duration : '-' }}分钟</text>
            <text>计费时长:{{ info.duration ? String(info.duration) : '-' }}分钟</text>
         </view>
      </view>
      <view class="details_list">