|
@@ -47,6 +47,8 @@
|
|
|
@click="transitionOperation('exportUser', '')" v-permission="['teamExport']">导出人员</el-button>
|
|
|
<el-button type="primary" v-if="userInfo.userNameNeedTranslate == 1"
|
|
|
@click="dialogFrom.newSyncWithCorpWxDayloadVisable = true">同步企微通讯录</el-button>
|
|
|
+ <el-button type="primary" v-if="userInfo.userNameNeedTranslate == 1"
|
|
|
+ @click="officialAccountSetting()">{{ officialAccountInformation.id ? '修改公众号配置' : '配置公众号' }}</el-button>
|
|
|
<el-dropdown v-if="userInfo.userNameNeedTranslate != 1">
|
|
|
<el-button type="primary">
|
|
|
更多操作<el-icon class="el-icon--right"><arrow-down /></el-icon>
|