|
@@ -80,7 +80,7 @@
|
|
|
type="primary"
|
|
|
class="ml8"
|
|
|
@click="recordFile"
|
|
|
- v-if="['ZiGong'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath"
|
|
|
+ v-if="['ZiGong','LuZhou'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath"
|
|
|
>人工回访录音</el-button
|
|
|
>
|
|
|
</el-form-item>
|
|
@@ -137,7 +137,7 @@
|
|
|
class="ml8"
|
|
|
@click="recordFile"
|
|
|
v-if="
|
|
|
- ['ZiGong'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
|
|
|
+ ['ZiGong','LuZhou'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
|
|
|
"
|
|
|
>人工回访录音</el-button
|
|
|
>
|
|
@@ -293,7 +293,7 @@
|
|
|
class="ml8"
|
|
|
@click="recordFile"
|
|
|
v-if="
|
|
|
- ['ZiGong'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
|
|
|
+ ['ZiGong','LuZhou'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
|
|
|
"
|
|
|
>人工回访录音</el-button
|
|
|
>
|