see999 3 年之前
父節點
當前提交
566ecfc84a
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

+ 4 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

268
                                             <template slot-scope="scope">{{ scope.row.drug_name }}</template>
268
                                             <template slot-scope="scope">{{ scope.row.drug_name }}</template>
269
                                         </el-table-column>
269
                                         </el-table-column>
270
                                         <el-table-column label="规格" width="60">
270
                                         <el-table-column label="规格" width="60">
271
-                                            <template slot-scope="scope">{{ scope.row.drug_spec }}</template>
271
+                                            <template slot-scope="scope">
272
+                                              <!-- {{ scope.row.drug_spec }} -->
273
+                                              <span v-if="scope.row.min_unit != scope.row.dose_unit">{{scope.row.dose}}{{scope.row.dose_unit}}&nbsp;* &nbsp;</span>{{scope.row.min_number}}{{scope.row.min_unit}}/{{scope.row.max_unit}}
274
+                                            </template>
272
                                         </el-table-column>
275
                                         </el-table-column>
273
                                         <el-table-column label="库存" width="60">
276
                                         <el-table-column label="库存" width="60">
274
                                             <template slot-scope="scope">
277
                                             <template slot-scope="scope">