fix:修改短视频文案

This commit is contained in:
lz-ui 2025-10-11 10:11:39 +08:00
parent 2a81d298c5
commit dfff5b4dbf
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template #default="scope"> <template #default="scope">
<span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)"> <span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)">
分析结果<br/> 脚本结果<br/>
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新 {{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新
</span> </span>
<!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1"> <!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1">

View File

@ -60,7 +60,7 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template #default="scope"> <template #default="scope">
<span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)"> <span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)">
分析结果<br/> 脚本结果<br/>
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新 {{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新
</span> </span>
<!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1"> <!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1">