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

feat(样品): bug

parent 1dcaa1d1
......@@ -73,7 +73,6 @@
<el-table
v-loading="tableLoding"
:data="tableData"
style="width: 100%"
border
@sort-change="sortClick"
>
......@@ -139,7 +138,7 @@
show-overflow-tooltip
min-width="200"
/>
<el-table-column label="相关任务" width="200">
<el-table-column label="相关任务" width="500px" :resizable="false">
<template slot-scope="scope">
<div v-if="scope.row.taskSampleRelation.length > 0">
<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