Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicDrawer组件中的底栏:showOkBtn="false"配置失效,问题#1087修复后产生的新问题 #6733

Closed
hhxyjsj opened this issue Mar 10, 2024 · 2 comments

Comments

@hhxyjsj
Copy link

hhxyjsj commented Mar 10, 2024

版本号:

3.6.3

问题描述:

关联问题#1087
按你们的修改意见修改后,在配置showOkBtn="false"按钮还会显示出来(按钮的文字叫【测试】),如下图:
image

BasicDrawer组件修改部分如下图:
image

另外,okText属性无法绑定属性动态变化!

截图&代码:
image

友情提示(为了提高issue处理效率):

  • 未按格式要求发帖,会被直接删掉;
  • 请自己初判问题描述是否清楚,是否方便我们调查处理;
  • 描述过于简单或模糊,导致无法处理的,会被直接删掉;
@zhangdaiscott
Copy link
Member

zy

@liaozhiyang
Copy link

src/components/Drawer/src/BasicDrawer.vue
image
已解决,上次改的不够彻底。去掉toRow

const getMergeProps = computed((): DrawerProps => {
        // update-begin--author:liaozhiyang---date:20240306---for:【QQYUN-8389】vue3.4以上版本导致角色抽屉隐藏footer逻辑错误
        return {...deepMerge(props, unref(propsRef))};
        // update-end--author:liaozhiyang---date:20240306---for:【QQYUN-8389】vue3.4以上版本导致角色抽屉隐藏footer逻辑错误
      });

@zhangdaiscott zhangdaiscott transferred this issue from jeecgboot/JeecgBoot-vue3 Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants