浏览代码

结算与对账增加科室,医生,主要诊断

hsh 2 年之前
父节点
当前提交
535e2b80d8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/medical-insurance/allpatient/SetllistReconciliation.vue

+ 6 - 0
src/views/medical-insurance/allpatient/SetllistReconciliation.vue

@@ -45,6 +45,9 @@
         <el-table-column prop="acctPay" label="个人账户支出"></el-table-column>
         <el-table-column prop="psnCashPay" label="个人现金支出"></el-table-column>
         <el-table-column prop="clrOptinsName" label="清算机构"></el-table-column>
+        <el-table-column prop="dept" label="科室"></el-table-column>
+        <el-table-column prop="doctor" label="医生"></el-table-column>
+        <el-table-column prop="mainDiagnosis" label="主要诊断" width="140"></el-table-column>
         <el-table-column fixed="right" label="操作" :width="ldWidth" header-align="center">
           <template #default="scope">
             <el-button type="primary" size="small" @click="setlListInfo(scope.row)">结算单</el-button>
@@ -404,6 +407,9 @@ export default {
         acctPay: '个人账户支出',
         psnCashPay: '个人现金支出',
         clrOptinsName: '清算机构',
+        dept: '科室',
+        doctor: '医生',
+        mainDiagnosis: '主要诊断',
       }
       const prefix = slctSetlPrm.stmtBegndate + '至' + slctSetlPrm.stmtEnddate
       Export(cptSetlinfos.value, title, `【${prefix}】结算与对账导出`)