소스 검색

村镇、账套选择时无法滑动问题

wulanhaote
yangfuda 2 년 전
부모
커밋
6a17bbcfe4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/views/yinnong/workbench.vue

+ 2
- 2
src/views/yinnong/workbench.vue 파일 보기

@@ -7,7 +7,7 @@
<template #left>
<van-icon name="location" color="3A80FB" size="16"/>
<p style="color: #878787;margin-left: 5px" @click="selectDept">{{deptName}}</p>
<van-popup v-model="villageVisbile" round position="bottom">
<van-popup v-model="villageVisbile" round position="bottom" get-container="#app">
<van-cascader
v-model="villageValue"
title="请选择所在村"
@@ -22,7 +22,7 @@
<template #right>
<!-- <van-icon name="wap-nav" color="#000" size="18"/>-->
<p style="color: #878787;margin-left: 5px" @click="bookVisbile = true">{{bookName}}</p>
<van-popup v-model="bookVisbile" round position="bottom">
<van-popup v-model="bookVisbile" round position="bottom" get-container="#app">
<van-picker
title="请选择账套"
show-toolbar


불러오는 중...
취소
저장