Commit edf3efac authored by 纪泽龙's avatar 纪泽龙

优化center样式

parent 03248b62
...@@ -37,11 +37,12 @@ ...@@ -37,11 +37,12 @@
<div style="color: red" v-else-if="scope.row.deviceState == 2"> <div style="color: red" v-else-if="scope.row.deviceState == 2">
报警 报警
</div> </div>
<div v-else>-</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="reportTime" label="报警时间" width=""> <el-table-column prop="reportTime" label="报警时间" width="">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{ scope.row.reportTime }}</div> <div v-unValue>{{ scope.row.reportTime }}</div>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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