|
@@ -24,18 +24,17 @@
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
height="442px"
|
|
|
>
|
|
|
- <el-table-column prop="woTitle" label="工单标题" align="center">
|
|
|
+ <el-table-column prop="woTitle" label="工单标题" align="center" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
-
|
|
|
<span
|
|
|
:title="scope.row.woTitle"
|
|
|
@click="RowTitle(scope.row)"
|
|
|
:style="
|
|
|
scope.row.woTypeDesc == '预警工单'
|
|
|
- ? '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;'
|
|
|
+ ? 'cursor: pointer;color:red;float:left;display:inline-block;text-align:left;width: 90%;'
|
|
|
+ : 'cursor: pointer;color:blue;float:left;display:inline-block;text-align:left;width: 90%;'
|
|
|
"
|
|
|
- ><span style="float: left; color: #afb2d8; margin-right: 5px"
|
|
|
+ ><span style="float: left; color: #afb2d8;margin-right:5px"
|
|
|
>•</span
|
|
|
>{{ scope.row.woTitle }}</span
|
|
|
>
|
|
@@ -58,7 +57,7 @@
|
|
|
width="110"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ $desensitization(scope.row.assigneName, 1) }}</span>
|
|
|
+ <span>{{ scope.row.assigneName}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -117,19 +116,19 @@
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
height="442px"
|
|
|
>
|
|
|
- <el-table-column prop="woTitle" label="工单标题" align="center">
|
|
|
+ <el-table-column prop="woTitle" label="工单标题" align="center" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
- <span style="float: left; color: #afb2d8; margin-right: 5px"
|
|
|
+ <span style="float: left; color: #afb2d8;margin-right:5px"
|
|
|
>•</span
|
|
|
>
|
|
|
<span
|
|
|
@click="RowDoneTitle(scope.row)"
|
|
|
- style="cursor: pointer; color: blue; float: left"
|
|
|
+ style="cursor: pointer; color: blue; display: inline-block;float:left;"
|
|
|
>{{ scope.row.woTitle }}</span
|
|
|
>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="procName" label="流程名称" align="center">
|
|
|
+ <el-table-column prop="procName" label="流程名称" align="center" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.procName }}</span>
|
|
|
</template>
|
|
@@ -181,9 +180,9 @@
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
height="442px"
|
|
|
>
|
|
|
- <el-table-column prop="woTitle" label="工单标题" align="center">
|
|
|
+ <el-table-column prop="woTitle" label="工单标题" align="center" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
- <span style="float: left; color: #afb2d8; margin-right: 5px"
|
|
|
+ <span style="float: left; color: #afb2d8;margin-right:5px"
|
|
|
>•</span
|
|
|
>
|
|
|
<span
|