Commit 8353fbf461cafa05832698a3d0d698401b1d4250

Authored by fengwotao
1 parent b78c84fa

pref:DEFECT-1154 转换脚本问号提示后续需要进行相应的修改

... ... @@ -53,7 +53,10 @@
53 53 <Card title="脚本内容" :bodyStyle="{ padding: 0, height: '280px' }">
54 54 <template #extra>
55 55 <a-button @click="handleFormat" size="small">格式化</a-button>
56   - <Tooltip :title="defaultTitle" class="ml-2">
  56 + <Tooltip :title="defaultAuthTitle" class="ml-2">
  57 + <QuestionCircleOutlined style="font-size: 1rem" />
  58 + </Tooltip>
  59 + <Tooltip :title="defaultUpTitle" class="ml-2">
57 60 <QuestionCircleOutlined style="font-size: 1rem" />
58 61 </Tooltip>
59 62 </template>
... ... @@ -102,7 +105,7 @@
102 105 import { useMessage } from '/@/hooks/web/useMessage';
103 106 import { findDictItemByCode } from '/@/api/system/dict';
104 107 import { QuestionCircleOutlined } from '@ant-design/icons-vue';
105   - import { defaultTitle, defaultScriptTypeContent } from './config.data';
  108 + import { defaultAuthTitle, defaultUpTitle, defaultScriptTypeContent } from './config.data';
106 109 import { useAppStore } from '/@/store/modules/app';
107 110
108 111 defineEmits(['register']);
... ...