diff --git a/src/views/tc/videoScript/components/basketball.vue b/src/views/tc/videoScript/components/basketball.vue
index c328404..595ce40 100644
--- a/src/views/tc/videoScript/components/basketball.vue
+++ b/src/views/tc/videoScript/components/basketball.vue
@@ -48,12 +48,12 @@
{{ parseTime(scope.row.matchDateTime) }}
-
+
@@ -122,7 +122,7 @@ function handleJumpLink(row) {
/** 查看详情 */
function handleView(row, type) {
- if (row.reportSatus != 1) {
+ if (!row.scriptDetail ||row.scriptDetail.sciptStatus != 1) {
return
}
// window.open(`/#/tc/videoScript/detail?id=${row.matchId}`)
diff --git a/src/views/tc/videoScript/components/soccer.vue b/src/views/tc/videoScript/components/soccer.vue
index 3b0091c..d49c031 100644
--- a/src/views/tc/videoScript/components/soccer.vue
+++ b/src/views/tc/videoScript/components/soccer.vue
@@ -129,7 +129,7 @@ function handleJumpLink(row) {
/** 查看详情 */
function handleView(row, type) {
- if (row.reportSatus != 1) {
+ if (!row.scriptDetail ||row.scriptDetail.sciptStatus != 1) {
return
}
// window.open(`/#/tc/videoScript/detail?id=${row.matchId}`)