|
|
|
|
|
|
|
|
<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> |
|
|
<view v-if="state.finished && state.list.length > 0" class="flex">没有更多了</view> |
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|
<view class="action"> |
|
|
|
|
|
|
|
|
<<!-- view class="action"> |
|
|
<button type="default" class="ui-btn" @click="add()"> |
|
|
<button type="default" class="ui-btn" @click="add()"> |
|
|
新增车辆 |
|
|
新增车辆 |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|