浏览代码

Merge branch '2022-10-17_vue_schedule_branch' of http://git.shengws.com/csx/Vue_New into 20220812

28169 1年前
父节点
当前提交
76d194bd33
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/xt_pages/hospitalStation/outpatientChargesManagement.vue

+ 4 - 4
src/xt_pages/hospitalStation/outpatientChargesManagement.vue 查看文件

@@ -92,10 +92,10 @@
92 92
 
93 93
           <div>
94 94
             <div>入院时间:{{this.hisPatientInfo&&this.hisPatientInfo.in_hosptial_time?this.hisPatientInfo.in_hosptial_time:""}}</div>
95
-<!--            <el-button-->
96
-<!--              size="small"-->
97
-<!--              @click="exportUnchargeData"-->
98
-<!--              type="primary">导出未收费数据</el-button>-->
95
+            <el-button
96
+              size="small"
97
+              @click="exportUnchargeData"
98
+              type="primary">导出未收费数据</el-button>
99 99
 
100 100
 <!--            -->
101 101
 <!--            <el-button  size="small"-->