Loading dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/config.js +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import Permissions from '@/module/permissions' * @desc tooltip */ const toolOper = (dagThis) => { let disabled =!dagThis.$store.state.dag.isDetails// Permissions.getAuth() === false ? false : !dagThis.$store.state.dag.isDetails let disabled =!!dagThis.$store.state.dag.isDetails// Permissions.getAuth() === false ? false : !dagThis.$store.state.dag.isDetails return [ { code: 'pointer', Loading @@ -49,13 +49,13 @@ const toolOper = (dagThis) => { { code: 'download', icon: 'ans-icon-download', disable: !!dagThis.type, disable: !dagThis.type, desc: `${i18n.$t('Download')}` }, { code: 'screen', icon: 'ans-icon-max', disable: disabled, disable: false, desc: `${i18n.$t('Full Screen')}` } ] Loading dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue +1 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,7 @@ let is = true let code = '' if (!item.disable) { if (item.disable) { return } Loading Loading
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/config.js +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import Permissions from '@/module/permissions' * @desc tooltip */ const toolOper = (dagThis) => { let disabled =!dagThis.$store.state.dag.isDetails// Permissions.getAuth() === false ? false : !dagThis.$store.state.dag.isDetails let disabled =!!dagThis.$store.state.dag.isDetails// Permissions.getAuth() === false ? false : !dagThis.$store.state.dag.isDetails return [ { code: 'pointer', Loading @@ -49,13 +49,13 @@ const toolOper = (dagThis) => { { code: 'download', icon: 'ans-icon-download', disable: !!dagThis.type, disable: !dagThis.type, desc: `${i18n.$t('Download')}` }, { code: 'screen', icon: 'ans-icon-max', disable: disabled, disable: false, desc: `${i18n.$t('Full Screen')}` } ] Loading
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue +1 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,7 @@ let is = true let code = '' if (!item.disable) { if (item.disable) { return } Loading