|
@@ -31,8 +31,8 @@
|
|
|
@click="RowTitle(scope.row)"
|
|
|
:style="
|
|
|
scope.row.woTypeDesc == '预警工单'
|
|
|
- ? 'cursor: pointer;color:red;float:left;text-align:left;width: 90%;'
|
|
|
- : 'cursor: pointer;color:blue;float:left;text-align:left;width: 90%;'
|
|
|
+ ? 'cursor: pointer;color:red;'
|
|
|
+ : 'cursor: pointer;color:blue;'
|
|
|
"
|
|
|
>
|
|
|
<!-- <span style="float: left; color: #afb2d8;margin-right:5px"
|
|
@@ -127,7 +127,7 @@
|
|
|
<span
|
|
|
@click="RowDoneTitle(scope.row)"
|
|
|
:title="scope.row.woTitle"
|
|
|
- style="cursor: pointer; color: blue; float:left;"
|
|
|
+ style="cursor: pointer; color: blue;"
|
|
|
>{{ scope.row.woTitle }}</span
|
|
|
>
|
|
|
</template>
|
|
@@ -192,7 +192,7 @@
|
|
|
<span
|
|
|
:title="scope.row.woTitle"
|
|
|
@click="RowlaunchTitle(scope.row)"
|
|
|
- style="cursor: pointer; color: blue; float: left"
|
|
|
+ style="cursor: pointer; color: blue;"
|
|
|
>{{ scope.row.woTitle }}</span
|
|
|
>
|
|
|
</template>
|