Browse Source

会员卡管理

master
luobinjie 4 months ago
parent
commit
58aa0317b2
  1. 2
      src/views/fee-settings/cardRegister.vue

2
src/views/fee-settings/cardRegister.vue

@ -146,6 +146,8 @@
? 210
: Math.floor((window.pageHeight - 300) / 2)
" row-key="id" highlight-current-row ref="cardBillList" @selection-change="handleSelectionChange">
<el-table-column prop="patientRegisterNo" label="条码号" />
<el-table-column prop="patientName" label="姓名" />
<el-table-column prop="payModeId" label="支付方式">
<template slot-scope="scope">
<div>

Loading…
Cancel
Save