Commit 06e47a62 authored by yanglilong's avatar yanglilong

'a'

parent b6467e83
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<title><%= webpackConfig.name %></title> <title><%= webpackConfig.name %></title>
<script <script
type="text/javascript" type="text/javascript"
src="//at.alicdn.com/t/font_3020450_x8muxbblnk.js" src="//at.alicdn.com/t/font_3020450_a9xwff5f4ug.js"
></script> ></script>
</head> </head>
<body> <body>
......
...@@ -93,7 +93,9 @@ ...@@ -93,7 +93,9 @@
<a-col :sm="24"> <a-col :sm="24">
<div class="btn-div flex"> <div class="btn-div flex">
<a-button type="primary" @click="receiptEvt"> <a-button type="primary" @click="receiptEvt">
<Icon name="ssibaocun" :size="14" />结算</a-button> <Icon name="ssibaocun" :size="14" />结算</a-button>
<a-button type="primary" class="mar-left10" @click="printEvt">
<Icon name="ssidayinji_o" :size="14" />打印</a-button>
</div> </div>
</a-col> </a-col>
</a-row> </a-row>
...@@ -140,7 +142,7 @@ export default { ...@@ -140,7 +142,7 @@ export default {
{ title: "自付额", dataIndex: "selfPaid", width: 180 }, { title: "自付额", dataIndex: "selfPaid", width: 180 },
{ title: "其他费用", dataIndex: "otherPaid", width: 180 }, { title: "其他费用", dataIndex: "otherPaid", width: 180 },
{ title: "个人支付", dataIndex: "personalPaid", width: 180 }, { title: "个人支付", dataIndex: "personalPaid", width: 180 },
{ title: "商保支付", dataIndex: "ciPaid", width: 180 }, { title: "理赔金额", dataIndex: "ciPaid", width: 180 },
{ title: "支付方式", dataIndex: "paymentType", width: 180, scopedSlots: { customRender: "paymentType" }}, { title: "支付方式", dataIndex: "paymentType", width: 180, scopedSlots: { customRender: "paymentType" }},
]; ];
return { return {
...@@ -300,6 +302,10 @@ export default { ...@@ -300,6 +302,10 @@ export default {
}); });
}, },
}); });
},
//打印
printEvt(){
}, },
// 选中就诊时间 // 选中就诊时间
onSelectVisitTime(date, dateString) { onSelectVisitTime(date, dateString) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment