From 69b188208596701db6a033f9de4ee405c8e4d7c1 Mon Sep 17 00:00:00 2001 From: junjie <752696511@qq.com> Date: Wed, 9 Feb 2022 16:35:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E4=B8=8D=E5=8F=97=E6=9D=83=E9=99=90=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index a868617587..d6583e5b59 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -233,6 +233,7 @@ :no-children-text="$t('commons.treeselect.no_children_text')" :no-options-text="$t('commons.treeselect.no_options_text')" :no-results-text="$t('commons.treeselect.no_results_text')" + :disabled="!hasDataPermission('manage',param.privileges)" @input="calcData" @deselect="calcData" />