|
@@ -3,8 +3,6 @@
|
3
|
3
|
<div>{{prescription.name}}</div>
|
4
|
4
|
<el-table v-if="activeType == 1" :data="prescription.advices" border style="width: 98%;" :row-style="{ color: '#303133' }"
|
5
|
5
|
:header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
|
6
|
|
- <el-table-column align="center" type="selection" width="40"></el-table-column>
|
7
|
|
- <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
|
8
|
6
|
<el-table-column align="center" prop="name" label="名称">
|
9
|
7
|
<template slot-scope="scope">{{ scope.row.drug_name }}</template>
|
10
|
8
|
</el-table-column>
|