|
@@ -230,6 +230,9 @@
|
|
|
<el-table-column fixed prop="name" label="提交人" width="120px" align="left">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="time" label="提交时间" width="170px" align="left">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span :style="`${testJson.overtime&&new Date(testJson.overtime)<new Date(scope.row.time)?'color:#d12920':''}`">{{ scope.row.time }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column v-for="(item, index) in chapters" :key="index" :label="item.json.title"
|
|
|
:min-width="item.type == 5 ? 200 : 150" align="left" :filters="item.type == 1 ? item.nameFilters : null"
|