|
@@ -13,7 +13,7 @@
|
|
|
<div class="tabbox">
|
|
|
<!-- 我的待办列表 -->
|
|
|
<el-table
|
|
|
- :header-cell-style="{ background: '#F2F2F2' }"
|
|
|
+ :header-cell-style="{ background: '#F2F2F2' ,'text-align':'center'}"
|
|
|
:cell-style="{ background: '#FaFaFa' }"
|
|
|
v-if="tabbox1"
|
|
|
class="com-table"
|
|
@@ -24,7 +24,7 @@
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
height="442px"
|
|
|
>
|
|
|
- <el-table-column prop="woTitle" label="工单标题" align="center" :show-overflow-tooltip="true">
|
|
|
+ <el-table-column prop="woTitle" label="工单标题" align="left" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
:title="scope.row.woTitle"
|
|
@@ -108,7 +108,7 @@
|
|
|
<div class="tabbox">
|
|
|
<!-- 我的已办列表 -->
|
|
|
<el-table
|
|
|
- :header-cell-style="{ background: '#F2F2F2' }"
|
|
|
+ :header-cell-style="{ background: '#F2F2F2' ,'text-align':'center'}"
|
|
|
:cell-style="{ background: '#FaFaFa' }"
|
|
|
class="com-table"
|
|
|
ref="tableDatayj"
|
|
@@ -119,7 +119,7 @@
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
height="442px"
|
|
|
>
|
|
|
- <el-table-column prop="woTitle" label="工单标题" align="center" :show-overflow-tooltip="true">
|
|
|
+ <el-table-column prop="woTitle" label="工单标题" align="left" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <span style="float: left; color: #afb2d8;margin-right:5px"
|
|
|
>•</span
|
|
@@ -173,7 +173,7 @@
|
|
|
<div class="tabbox">
|
|
|
<!-- 我的发起列表 -->
|
|
|
<el-table
|
|
|
- :header-cell-style="{ background: '#F2F2F2' }"
|
|
|
+ :header-cell-style="{ background: '#F2F2F2' ,'text-align':'center'}"
|
|
|
:cell-style="{ background: '#FaFaFa' }"
|
|
|
class="com-table"
|
|
|
ref="OpList"
|
|
@@ -184,7 +184,7 @@
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
height="442px"
|
|
|
>
|
|
|
- <el-table-column prop="woTitle" label="工单标题" align="center" :show-overflow-tooltip="true">
|
|
|
+ <el-table-column prop="woTitle" label="工单标题" align="left" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <span style="float: left; color: #afb2d8;margin-right:5px"
|
|
|
>•</span
|