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