|
|
@@ -7,7 +7,6 @@ import videoRightsList from '../../components/videoRights-orderList/videoRights-
|
|
|
|
|
|
interface Props {
|
|
|
orderList: Api.xsbOrderList
|
|
|
- navActiveTab: string
|
|
|
}
|
|
|
|
|
|
defineProps<Props>()
|
|
|
@@ -32,6 +31,6 @@ defineEmits<{
|
|
|
v-else-if="orderList.businessType === 'DJK' || orderList.businessType === 'all'" :order="orderList"
|
|
|
@refresh="$emit('refresh')"
|
|
|
/>
|
|
|
- <videoRightsList v-else-if="navActiveTab === 'XNSP' || orderList.businessType === 'all'" :order="orderList" />
|
|
|
+ <videoRightsList v-else-if="orderList.businessType === 'XNSP' || orderList.businessType === 'all'" :order="orderList" />
|
|
|
</block>
|
|
|
</template>
|