zdl il y a 1 an
Parent
commit
0862f337f8
1 fichiers modifiés avec 1 ajouts et 7 suppressions
  1. 1 7
      src/views/feedback/list/components/TableBox.vue

+ 1 - 7
src/views/feedback/list/components/TableBox.vue

@@ -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="反馈内容"