|
@@ -32,8 +32,8 @@
|
|
|
@click="RowTitle(scope.row)"
|
|
|
:style="
|
|
|
scope.row.woTypeDesc == '预警工单'
|
|
|
- ? 'cursor: pointer;color:red;float:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;'
|
|
|
- : 'cursor: pointer;color:blue;float:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;'
|
|
|
+ ? 'cursor: pointer;color:red;float:left;display:inline-block;width:150px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align:left;'
|
|
|
+ : 'cursor: pointer;color:blue;float:left;display:inline-block;width:150px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align:left;'
|
|
|
"
|
|
|
><span style="float: left; color: #afb2d8; margin-right: 5px"
|
|
|
>•</span
|
|
@@ -65,7 +65,7 @@
|
|
|
prop="clsj"
|
|
|
label="上一步处理时间"
|
|
|
align="center"
|
|
|
- width="180"
|
|
|
+ width="120"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.clsj }}</span>
|
|
@@ -85,7 +85,7 @@
|
|
|
prop="createTime"
|
|
|
label="发起时间"
|
|
|
align="center"
|
|
|
- width="180"
|
|
|
+ width="120"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.createTime }}</span>
|