소스 검색

9月9,武穴费用清单

yq1 9 달 전
부모
커밋
cf1d7cd66c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/xt_pages/hospitalStation/summary.vue

+ 2 - 1
src/xt_pages/hospitalStation/summary.vue 파일 보기

@@ -1321,7 +1321,8 @@ export default {
1321 1321
     },
1322 1322
     toDetail(row) {
1323 1323
       this.$router.push(
1324
-        "/outpatientCharges/summaryDetail?patient_id=" +
1324
+        // "/outpatientCharges/summaryDetail?patient_id=" +
1325
+          "/hospitalCharges/summaryDetail?patient_id=" +
1325 1326
           row.patient.id +
1326 1327
           "&number=" +
1327 1328
           row.number +