Commit 26177749 by lichengming

修改了检测管理

parent d002587e
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="item.dateTime"> <div v-if="item.dateTime">
{{ scope.row[item.key]?$dateformat(scope.row[item.key],'yyyy-mm-dd HH:MM:ss'):'' }} {{ scope.row[item.key]?$dateformat(scope.row[item.key],'yyyy-mm-dd'):'' }}
</div> </div>
<span v-else-if="item.type" class="blue-color"> <span v-else-if="item.type" class="blue-color">
{{ scope.row[item.key] === undefined ? '': scope.row[item.key].display }} {{ scope.row[item.key] === undefined ? '': scope.row[item.key].display }}
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="item.dateTime"> <div v-if="item.dateTime">
{{ scope.row[item.key]?$dateformat(scope.row[item.key],'yyyy-mm-dd HH:MM:ss'):'' }} {{ scope.row[item.key]?$dateformat(scope.row[item.key],'yyyy-mm-dd'):'' }}
</div> </div>
<span v-else-if="item.type" class="blue-color"> <span v-else-if="item.type" class="blue-color">
{{ scope.row[item.key] === undefined ? '': scope.row[item.key].display }} {{ scope.row[item.key] === undefined ? '': scope.row[item.key].display }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment