| | |
| | | <view class="flex justify-between items-center"> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <text class="ml-1 text-xs">{{ item.fixtureName }}</text> |
| | | <text class="ml-1 text-sm">{{ item.fixtureName }}</text> |
| | | <text class="ml-1 text-mini text-color-gray">{{ item.assetNo }}</text> |
| | | </view> |
| | | |
| | |
| | | <text class="text-color-gray ml-2 text-mini">规格: {{ item.specNo }}</text> |
| | | <text class="text-color-gray ml-2 text-mini">型号: {{ item.modelNo }}</text> |
| | | </view> |
| | | <view class="text-color-gray text-xs mt-1 flex"> |
| | | <view class="text-color-gray text-sm mt-1 flex"> |
| | | <template |
| | | v-if="!item.borrowStatus || item.borrowStatus === '0'" |
| | | > |