|
@@ -109,7 +109,7 @@
|
|
|
<!-- 未转写 -->
|
|
|
<template v-if="!state.qualityDetail.transferState">
|
|
|
<el-empty description="无录音转写内容" :image-size="100" style="padding: 0">
|
|
|
- <el-button type="primary" @click="onTransfer">录音转写</el-button>
|
|
|
+ <el-button type="primary" @click="onTransfer" v-auth="'quality:index:transfer'">录音转写</el-button>
|
|
|
</el-empty>
|
|
|
</template>
|
|
|
<!-- 转写中 -->
|
|
@@ -137,7 +137,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-scrollbar>
|
|
|
- <el-button type="primary" @click="editTransferContent" class="ml20">编辑转写内容</el-button>
|
|
|
+ <el-button type="primary" @click="editTransferContent" class="ml20" v-auth="'quality:index:transfer:edit'">编辑转写内容</el-button>
|
|
|
</template>
|
|
|
</template>
|
|
|
<el-empty description="无录音转写内容" :image-size="100" style="padding: 0" v-else>
|