|
@@ -498,9 +498,8 @@
|
|
|
</el-card>
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="点突变基因解读" name="mutation">
|
|
|
+ <!-- <el-tab-pane label="点突变基因解读" name="mutation">
|
|
|
<div class="tab-content">
|
|
|
- <!-- 全部数据选择 -->
|
|
|
<el-card class="all-data" shadow="hover">
|
|
|
<div style="margin-bottom: 10px;">
|
|
|
<el-checkbox
|
|
@@ -569,7 +568,6 @@
|
|
|
label="group"
|
|
|
>
|
|
|
<template slot-scope="scope" v-if="scope.row.dataBase && scope.row.dataBase.group">
|
|
|
- <!-- 使用过滤器格式化值 -->
|
|
|
<span>{{ formatValue(scope.row.dataBase.group) }}</span>
|
|
|
</template>
|
|
|
<template v-else>
|
|
@@ -578,8 +576,6 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</el-card>
|
|
|
-
|
|
|
- <!-- 过滤数据展示 -->
|
|
|
<el-card class="filtered-data" shadow="hover" style="margin-top: 20px;">
|
|
|
<div slot="header">
|
|
|
<span>已选数据(过滤数据)</span>
|
|
@@ -633,7 +629,6 @@
|
|
|
label="group"
|
|
|
>
|
|
|
<template slot-scope="scope" v-if="scope.row.dataBase && scope.row.dataBase.group">
|
|
|
- <!-- 使用过滤器格式化值 -->
|
|
|
<span>{{ formatValue(scope.row.dataBase.group) }}</span>
|
|
|
</template>
|
|
|
<template v-else>
|
|
@@ -655,7 +650,7 @@
|
|
|
</el-table>
|
|
|
</el-card>
|
|
|
</div>
|
|
|
- </el-tab-pane>
|
|
|
+ </el-tab-pane> -->
|
|
|
<el-tab-pane label="基本信息" name="basicInfo">
|
|
|
<div class="tab-content">
|
|
|
<el-form :model="readremarkForm" label-width="120px">
|