@@ -11,7 +11,7 @@
<el-button v-if="scope.practiceQIds" class="f20" round @click="showHistory=true,showVideo=scope">诊断记录</el-button>
</template>
</tree-video-layout>
- <el-dialog :visible.sync="showHistory" :modal="false">
+ <el-dialog :visible.sync="showHistory" :modal="false" :title="showVideo.title+'-诊断记录'">
<bridging-diagnose-table v-if="showHistory" :bridging-video-id="showVideo.id" />
</el-dialog>
</el-container>
@@ -31,7 +31,7 @@ export default {
data() {
return {
showHistory: false,
- showVideo: null,
+ showVideo: {},
loading: false,
type: '衔接课程',
subTypes: [],