|
|
|
|
|
|
|
|
></image> |
|
|
></image> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<view v-else class="flex"> 暂无车辆订单信息 </view> |
|
|
|
|
|
|
|
|
<NoDataView v-else /> |
|
|
|
|
|
<!-- <EmptyView v-else :mode="list" :content="'暂无数据'" /> --> |
|
|
|
|
|
<!-- <view v-else class="flex"> 暂无车辆订单信息 </view> --> |
|
|
<view v-if="state.loading" class="flex">加载中...</view> |
|
|
<view v-if="state.loading" class="flex">加载中...</view> |
|
|
<view v-if="state.finished && state.list.length > 0" class="flex" |
|
|
<view v-if="state.finished && state.list.length > 0" class="flex" |
|
|
>没有更多了</view |
|
|
>没有更多了</view |
|
|
|
|
|
|
|
|
} from "@/datas/vehiclePlateColor"; |
|
|
} from "@/datas/vehiclePlateColor"; |
|
|
import { getCodeName } from "@/datas/queryKey.js"; |
|
|
import { getCodeName } from "@/datas/queryKey.js"; |
|
|
import useOrderListItem from "@/composables/order/useOrderListItem"; |
|
|
import useOrderListItem from "@/composables/order/useOrderListItem"; |
|
|
|
|
|
import NoDataView from "@/components/no-data-view/no-data-view.vue"; |
|
|
const props = defineProps({ |
|
|
const props = defineProps({ |
|
|
index: { |
|
|
index: { |
|
|
type: Number, |
|
|
type: Number, |