Kaynağa Gözat

7月25,规格前移

yq1 10 ay önce
ebeveyn
işleme
01c3ac5f05

+ 2 - 0
src/xt_pages/outpatientCharges/components/prescriptionTable.vue Dosyayı Görüntüle

@@ -220,6 +220,7 @@
220 220
           scope.row.execution_frequency
221 221
         }}</template>
222 222
       </el-table-column>
223
+      
223 224
       <el-table-column
224 225
         align="center"
225 226
         prop="number_days"
@@ -228,6 +229,7 @@
228 229
       >
229 230
         <template slot-scope="scope">{{ scope.row.number_days }}天</template>
230 231
       </el-table-column>
232
+
231 233
       <el-table-column align="center" prop="total" width="50" label="总量">
232 234
         <template slot-scope="scope">
233 235
           <div>{{ scope.row.total }} {{ scope.row.unit }}</div>