|
|
@@ -49,6 +49,7 @@
|
|
|
<!-- >设置红包金额</el-button>-->
|
|
|
|
|
|
<el-button size="mini"
|
|
|
+ v-hasPermi="['shop:tag:list']"
|
|
|
type="text" @click="openTagDialog(scope.row)">
|
|
|
绑定看课标签
|
|
|
</el-button>
|
|
|
@@ -107,6 +108,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<AutoTagDialog
|
|
|
+ v-if="tagDialogVisible"
|
|
|
:visible.sync="tagDialogVisible"
|
|
|
:title="tagDialogTitle"
|
|
|
:videoId="currentVideoId"
|