feat: 帮助文档PDF查看器
This commit is contained in:
@@ -161,7 +161,7 @@ onMounted(() => {
|
||||
|
||||
<template v-else>
|
||||
<a-form-item>
|
||||
<a-space direction="horizontal" :size="18">
|
||||
<a-space direction="horizontal" :size="16">
|
||||
<a-select
|
||||
v-model:value="state.language"
|
||||
style="width: 100px"
|
||||
@@ -178,8 +178,8 @@ onMounted(() => {
|
||||
<a-button type="link" @click="fnClickHelpDoc(state.language)">
|
||||
<template #icon>
|
||||
<QuestionCircleOutlined />
|
||||
{{ t('views.system.setting.sysHelpDocOpen') }}
|
||||
</template>
|
||||
{{ t('views.system.setting.sysHelpDocOpen') }}
|
||||
</a-button>
|
||||
</a-space>
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user