浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 年前
父节点
当前提交
9828458826
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

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

@@ -301,7 +301,7 @@
301 301
                                             </template>
302 302
                                         </el-table-column>
303 303
                                         <el-table-column label="单价" width="40">
304
-                                            <template slot-scope="scope">{{ scope.row.retail_price }}</template>
304
+                                            <template slot-scope="scope">{{ scope.row.min_price }}</template>
305 305
                                         </el-table-column>
306 306
                                     </el-table>
307 307
                                     <!-- <div>{{3*(2/3)}}</div> -->
@@ -2700,7 +2700,7 @@
2700 2700
                   delivery_way: temp2[b].delivery_way,
2701 2701
                   execution_frequency: temp2[b].execution_frequency,
2702 2702
                   number_days: temp2[b].number_days.toString(),
2703
-                  total: temp2[b].total,
2703
+                  total: 1,
2704 2704
                   price: temp2[b].price,
2705 2705
                   remark: '',
2706 2706
                   medical_code: temp2[b].medical_code,