|
|
@@ -47,7 +47,7 @@
|
|
47
|
47
|
<el-table-column :label="T('Actions')" align="center" class-name="table-actions">
|
|
48
|
48
|
<template #default="{row}">
|
|
49
|
49
|
<el-button type="success" @click="connectByClient(row.id)">{{ T('Link') }}</el-button>
|
|
50
|
|
- <el-button type="success" @click="toWebClientLink(row)">Web Client</el-button>
|
|
|
50
|
+ <el-button v-if="appStore.setting.appConfig.web_client" type="success" @click="toWebClientLink(row)">Web Client</el-button>
|
|
51
|
51
|
<!-- <el-button type="primary" @click="toShowShare(row)">{{ T('ShareByWebClient') }}</el-button>-->
|
|
52
|
52
|
<el-button @click="toEdit(row)">{{ T('Edit') }}</el-button>
|
|
53
|
53
|
<el-button type="danger" @click="del(row)">{{ T('Delete') }}</el-button>
|