MFMF 3 years ago
parent
commit
a6c007f9e5
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/components/cdssManage/MedicalTerm.vue

+ 0 - 8
src/components/cdssManage/MedicalTerm.vue

@@ -54,14 +54,6 @@
             >{{scope.row.drugNum}}</span>
           </template>
         </el-table-column>
-        <el-table-column :resizable="false" prop="anesthesiaNum" label="麻醉关联">
-          <template slot-scope="scope">
-            <span
-              class="relation"
-              @click="goRelationPage('Hemp',scope.row)"
-            >{{scope.row.anesthesiaNum}}</span>
-          </template>
-        </el-table-column>
         <el-table-column :resizable="false" prop="scaleNum" label="量表关联">
           <template slot-scope="scope">
             <span