Explorar o código

Merge branch 'dragTerm1025-mofan' into test

MFMF %!s(int64=3) %!d(string=hai) anos
pai
achega
16969c5f23
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/components/cdssManage/MedicalTerm.vue

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

@@ -110,6 +110,14 @@
 		    >{{scope.row.administrationRouteNum}}</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="tcmdiseaseNum" label="中医疾病关联">
           <template slot-scope="scope">
             <span