|
@@ -20,7 +20,7 @@
|
|
|
<span> {{subString(item.sampleName, 20)}}</span>
|
|
|
</el-tooltip>
|
|
|
<span v-else>{{ item.sampleName }}</span>
|
|
|
- ({{ item.count }})
|
|
|
+ <!-- ({{ item.count }}) -->
|
|
|
</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
</div>
|
|
@@ -83,13 +83,10 @@
|
|
|
@row-click="gotoArticle">
|
|
|
<el-table-column prop="catalog" :label="$t('AntibodyDatabase.CatNo')" width="140"/>
|
|
|
<el-table-column prop="name" :label="$t('AntibodyDatabase.AntibodyName')" />
|
|
|
- <el-table-column prop="target" :label="$t('AntibodyDatabase.Target')" width="400">
|
|
|
- <template slot-scope="scope">
|
|
|
- <!-- <span v-for="(one, i) in scope.row.targetList" :key="i">
|
|
|
- {{ one }}
|
|
|
- </span> -->
|
|
|
+ <el-table-column prop="targetAbbreviation" :label="$t('AntibodyDatabase.Target')" width="400">
|
|
|
+ <!-- <template slot-scope="scope">
|
|
|
<span>{{ $util.targetDictionaries(scope.row.productTarget) }}</span>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column prop="moa" :label="$t('AntibodyDatabase.MOA')" /> -->
|
|
|
<el-table-column prop="company" :label="$t('AntibodyDatabase.Inventor')"/>
|