|
@@ -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
|