@@ -10,13 +10,7 @@
prop="type_name"
label="反馈类型"
width="180"
- >
- <template slot-scope="scope">
- <el-tag v-if="scope.row.type_id === 1">临床科研数据查询</el-tag>
- <el-tag v-if="scope.row.type_id === 2" type="success">病历指控规则</el-tag>
- <el-tag v-if="scope.row.type_id === 3" type="warning">病案指标</el-tag>
- </template>
- </el-table-column>
+ />
<el-table-column
prop="content"
label="反馈内容"