Commit 23b8cade authored by 高滢's avatar 高滢

Merge branch 'gaoying' of http://gitlab.91isoft.com:90/car-test/web into develop

parents 13e5cbcd be613a97
...@@ -73,7 +73,6 @@ ...@@ -73,7 +73,6 @@
<el-table <el-table
v-loading="tableLoding" v-loading="tableLoding"
:data="tableData" :data="tableData"
style="width: 100%"
border border
@sort-change="sortClick" @sort-change="sortClick"
> >
...@@ -139,7 +138,7 @@ ...@@ -139,7 +138,7 @@
show-overflow-tooltip show-overflow-tooltip
min-width="200" min-width="200"
/> />
<el-table-column label="相关任务" width="200"> <el-table-column label="相关任务" width="500px" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.taskSampleRelation.length > 0"> <div v-if="scope.row.taskSampleRelation.length > 0">
<el-link <el-link
...@@ -149,7 +148,7 @@ ...@@ -149,7 +148,7 @@
:underline="false" :underline="false"
class="custom-link" class="custom-link"
@click="goTaskDetails(item.taskId)" @click="goTaskDetails(item.taskId)"
>{{ item.taskName ? item.taskName : '--' }} >{{ item.taskNo ? item.taskNo : '--' }}
<span v-show="index + 1 != scope.row.taskSampleRelation.length"> <span v-show="index + 1 != scope.row.taskSampleRelation.length">
, ,
</span></el-link </span></el-link
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment