|
@@ -120,6 +120,13 @@
|
120
|
120
|
</template>
|
121
|
121
|
</el-table-column>
|
122
|
122
|
|
|
123
|
+
|
|
124
|
+ <el-table-column align="center" prop="drug_way_count" width="100" label="给药途径次数" >
|
|
125
|
+ <template slot-scope="scope">
|
|
126
|
+ <el-input :disabled="prescription.is_medicine_status" v-model="scope.row.drug_way_count" :title="scope.row.drug_way_count" placeholder=""></el-input>
|
|
127
|
+ </template>
|
|
128
|
+ </el-table-column>
|
|
129
|
+
|
123
|
130
|
<el-table-column align="center" prop="remark" width="50" label="备注">
|
124
|
131
|
<template slot-scope="scope">
|
125
|
132
|
<el-input :disabled="prescription.is_medicine_status" v-model="scope.row.remark" :title="scope.row.remark" placeholder=""></el-input>
|