From 71578b11fabb742fbf4bd597c9fd127d497296d6 Mon Sep 17 00:00:00 2001 From: hawind Date: Sun, 15 Aug 2021 23:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8E=9F=E8=BE=85=E6=96=99?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=97=A0=E6=B3=95=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Gdoo/Produce/views/material/index.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Gdoo/Produce/views/material/index.blade.php b/app/Gdoo/Produce/views/material/index.blade.php index c6577945..74a694d7 100644 --- a/app/Gdoo/Produce/views/material/index.blade.php +++ b/app/Gdoo/Produce/views/material/index.blade.php @@ -24,10 +24,9 @@ Vue.createApp({ grid.autoColumnsToFit = true; var action = config.action; - // 详情页打开方式 - action.dialogType = 'layer'; + // 双击行执行的方法 - action.rowDoubleClick = action.show; + action.rowDoubleClick = action.edit; action.config = function() { var me = this;