fix:修改时间展示
This commit is contained in:
parent
327a176555
commit
5347812bc3
@ -54,7 +54,7 @@
|
|||||||
<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">
|
||||||
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
<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">
|
||||||
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
<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">
|
||||||
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
<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">
|
||||||
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
<el-button link type="primary" icon="view" @click="handleView(scope.row)"></el-button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user