|
@@ -241,7 +241,7 @@
|
|
|
</div>
|
|
|
<!--列表-->
|
|
|
<el-table v-if="displayTable" :data="taskDataList"
|
|
|
- :header-cell-style="{'font-weight':'normal'}"
|
|
|
+ :header-cell-style="{'font-weight':'normal'}" border
|
|
|
highlight-current-row v-loading="listLoading" :height="tableHeight" style="width: 100%;margin-top:10px;" @row-click="taskLineClick">
|
|
|
<el-table-column fixed :label="$t('wan-cheng')" width="50">
|
|
|
<template slot-scope="scope">
|