Explorar el Código

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

wulanhaote
yangfuda hace 2 años
padre
commit
6a17bbcfe4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/yinnong/workbench.vue

+ 2
- 2
src/views/yinnong/workbench.vue Ver fichero

@@ -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


Cargando…
Cancelar
Guardar