瀏覽代碼

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

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


Loading…
取消
儲存