From c0b48ba2ddcecfb3f824a3eba4fe7d4382e477fa Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Mon, 29 Apr 2024 14:32:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=E9=9D=9Ehudi-ser?= =?UTF-8?q?vice=E7=AE=A1=E7=90=86=E7=9A=84yarn=E4=BB=BB=E5=8A=A1=E4=B9=9F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=89=93=E5=BC=80=E6=97=A5=E5=BF=97=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 543e81a..3e86ab6 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -443,8 +443,8 @@ function yarnCrudColumns() { blank: true, }, { - disabledOn: '${id == null}', - disabledTip: '找不到id', + disabledOn: '${id == null || !(hudiApplication | taskApplication)}', + disabledTip: '找不到id或非hudi服务管理的任务', label: "日志", type: "action", level: "link",