Browse Source

7月22,收费管理规格

yq1 10 months ago
parent
commit
3fbacceedb
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/xt_pages/outpatientCharges/components/prescriptionTable.vue

+ 6 - 6
src/xt_pages/outpatientCharges/components/prescriptionTable.vue View File

@@ -34,6 +34,12 @@
34 34
           }}</span></template
35 35
         >
36 36
       </el-table-column>
37
+      <el-table-column align="center" prop="name" width="80" label="规格/型号">
38
+        <template slot-scope="scope">
39
+          <div>{{ scope.row.spec }}</div>
40
+        </template>
41
+      </el-table-column>
42
+      
37 43
       <el-table-column align="center" prop="name" width="80" label="单次用量">
38 44
         <template slot-scope="scope">
39 45
           <!--<el-input v-model="scope.row.delivery_way" readonly></el-input>-->
@@ -80,12 +86,6 @@
80 86
         </template>
81 87
       </el-table-column>
82 88
 
83
-      <el-table-column align="center" prop="name" width="80" label="规格/型号">
84
-        <template slot-scope="scope">
85
-          <div>{{ scope.row.spec }}</div>
86
-        </template>
87
-      </el-table-column>
88
-
89 89
       <el-table-column align="center" prop="name" width="60" label="金额">
90 90
         <template slot-scope="scope">
91 91
           <div>{{ scope.row.det_item_fee_sumamt }}</div>