@@ -92,7 +92,7 @@ async function handleSync() {
|
||||
>
|
||||
<el-menu-item index="/scores">打分列表</el-menu-item>
|
||||
<el-menu-item index="/chart">K 线 / 持仓</el-menu-item>
|
||||
<el-menu-item :index="() => {}" @click="handleSync" :disabled="syncing">
|
||||
<el-menu-item v-if="auth.isAdmin" :index="() => {}" @click="handleSync" :disabled="syncing">
|
||||
同步数据
|
||||
</el-menu-item>
|
||||
<el-menu-item index="/run">手动打分</el-menu-item>
|
||||
@@ -122,7 +122,7 @@ async function handleSync() {
|
||||
>
|
||||
<el-menu-item index="/scores">打分列表</el-menu-item>
|
||||
<el-menu-item index="/chart">K 线 / 持仓</el-menu-item>
|
||||
<el-menu-item :index="() => {}" @click="handleSync" :disabled="syncing">
|
||||
<el-menu-item v-if="auth.isAdmin" :index="() => {}" @click="handleSync" :disabled="syncing">
|
||||
同步数据
|
||||
</el-menu-item>
|
||||
<el-menu-item index="/run">手动打分</el-menu-item>
|
||||
|
||||
Reference in New Issue
Block a user