Browse Source

7月24,规格前移

yq1 8 months ago
parent
commit
e4d1ccfa8d
1 changed files with 9 additions and 5 deletions
  1. 9 5
      src/xt_pages/outpatientCharges/components/prescriptionTable.vue

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

139
         </template>
139
         </template>
140
       </el-table-column>
140
       </el-table-column>
141
     </el-table>
141
     </el-table>
142
+
142
     <el-table
143
     <el-table
143
       v-if="prescription.type == 2"
144
       v-if="prescription.type == 2"
144
       :data="prescription.project"
145
       :data="prescription.project"
181
             : "耗材"
182
             : "耗材"
182
         }}</template>
183
         }}</template>
183
       </el-table-column>
184
       </el-table-column>
185
+
186
+      <el-table-column align="center" prop="name" width="80" label="规格/型号">
187
+        <template slot-scope="scope">
188
+          <div>{{ scope.row.spec }}</div>
189
+        </template>
190
+      </el-table-column>
191
+      
184
       <el-table-column
192
       <el-table-column
185
         align="center"
193
         align="center"
186
         prop="single_dose"
194
         prop="single_dose"
238
         </template>
246
         </template>
239
       </el-table-column>
247
       </el-table-column>
240
 
248
 
241
-      <el-table-column align="center" prop="name" width="80" label="规格/型号">
242
-        <template slot-scope="scope">
243
-          <div>{{ scope.row.spec }}</div>
244
-        </template>
245
-      </el-table-column>
249
+      
246
 
250
 
247
       <el-table-column align="center" prop="name" width="60" label="金额">
251
       <el-table-column align="center" prop="name" width="60" label="金额">
248
         <template slot-scope="scope">
252
         <template slot-scope="scope">