소스 검색

隐藏新增车辆按钮

master
bjfight 3 주 전
부모
커밋
d45ec4e438
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      subpackage/after-sale/activation-once-again/select-car.vue

+ 2
- 2
subpackage/after-sale/activation-once-again/select-car.vue 파일 보기

@@ -27,11 +27,11 @@
<view v-if="state.loading" class="flex">加载中...</view>
<view v-if="state.finished && state.list.length > 0" class="flex">没有更多了</view>
</scroll-view>
<view class="action">
<<!-- view class="action">
<button type="default" class="ui-btn" @click="add()">
新增车辆
</button>
</view>
</view> -->
</view>
</template>


Loading…
취소
저장