Browse Source

7月25,规格前移

yq1 8 months ago
parent
commit
890767f640
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/xt_pages/outpatientCharges/components/prescriptionTable.vue

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

@@ -200,6 +200,7 @@
200 200
           >{{ scope.row.single_dose }}{{ scope.row.unit }}</template
201 201
         >
202 202
       </el-table-column>
203
+      
203 204
       <el-table-column
204 205
         align="center"
205 206
         prop="delivery_way"
@@ -208,7 +209,7 @@
208 209
       >
209 210
         <template slot-scope="scope">{{ scope.row.delivery_way }}</template>
210 211
       </el-table-column>
211
-      
212
+
212 213
       <el-table-column
213 214
         align="center"
214 215
         prop="execution_frequency"