From 864932de6bca2db1b756fc4e235f1f0ca5a76086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 25 Jun 2022 14:27:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmQuestion/XmQuestionMng.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue index 04612a39..b7454b25 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue @@ -28,7 +28,8 @@ placement="top-start" title="更多查询条件或操作" width="600" - trigger="click" > + v-model="moreVisible" + trigger="manual" > 需求: @@ -114,9 +115,10 @@ 查询 导出 + 关闭 - + @@ -128,7 +130,7 @@ - + @@ -402,6 +404,7 @@ pickerOptions: util.getPickerOptions('datarange'), userType:'',//createUser、handlerUser tagSelectVisible:false, + moreVisible:false, /**end 自定义属性请在上面加 请加备注**/ }