Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 12, 2023
1 parent d558236 commit 9f30f15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GoEasyDesigner/frontend/src/app11.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
onClick: () => store.显示项目配置对话框 = true,
},
]" :min-column-width="112" >
<t-button variant="text">
<t-button theme="default">
{{ $t('app.File') }}
<template #suffix>
<chevron-down-icon size="16"/>
Expand All @@ -194,18 +194,18 @@
</t-dropdown>

<el-button-group class="">
<t-button theme="default" :icon="Key" @click="appAction.运行()">{{ store.运行按钮文本 }}</t-button>
<t-button theme="default" :icon="Key" @click="appAction.编译()">{{ store.编译按钮文本 }}</t-button>
<t-button theme="default" @click="appAction.运行()">{{ store.运行按钮文本 }}</t-button>
<t-button theme="default" @click="appAction.编译()">{{ store.编译按钮文本 }}</t-button>

<t-button theme="default" v-if="store.客户端模式" :icon="Help" @click="appAction.检查更新()">{{
<t-button theme="default" v-if="store.客户端模式" @click="appAction.检查更新()">{{
$t('app.updateCheck')
}}
</t-button>
<t-button theme="default" v-if="!store.客户端模式" :icon="Help" @click="appAction.下载客户端()">{{
<t-button theme="default" v-if="!store.客户端模式" @click="appAction.下载客户端()">{{
$t('app.downloadClient')
}}
</t-button>
<t-button theme="default" :icon="Help" @click="appAction.帮助()">{{ $t('app.help') }}</t-button>
<t-button theme="default" @click="appAction.帮助()">{{ $t('app.help') }}</t-button>


</el-button-group>
Expand Down

0 comments on commit 9f30f15

Please sign in to comment.