fix:修改时间展示

This commit is contained in:
lz-ui 2025-09-28 12:16:16 +08:00
parent 327a176555
commit 5347812bc3
4 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@
<template #default="scope">
<span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)">
分析结果<br/>
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH-mm') : '待' }}更新
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新
</span>
<!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1">
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>

View File

@ -55,7 +55,7 @@
<template #default="scope">
<span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)">
分析结果<br/>
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH-mm') : '待' }}更新
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新
</span>
<!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1">
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>

View File

@ -50,7 +50,7 @@
<template #default="scope">
<span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)">
分析结果<br/>
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH-mm') : '待' }}更新
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新
</span>
<!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1">
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>

View File

@ -53,7 +53,7 @@
<template #default="scope">
<span :class="['flex-row cursor-pointer tc-view-time', scope.row.reportSatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row)">
分析结果<br/>
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH-mm') : '待' }}更新
{{ scope.row.reportSatus === 1? timerToStr(scope.row.reportTime, 'HH:mm') : '待' }}更新
</span>
<!-- <el-tooltip content="查看" placement="top" v-if="scope.row.roleId !== 1">
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>