Commit 7cba8e17 authored by 高滢's avatar 高滢

feat(样品): bug

parent 1dcaa1d1
...@@ -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
......
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