Commit 4fd1281a authored by 小费同学阿's avatar 小费同学阿 💬

67462 【接力】涉及所有模块 鼠标悬浮超长时没有显示小手的图标

parent e6ce1165
......@@ -639,6 +639,7 @@ color: #333333;"
<div class="base-inner">
<el-table
v-if="rowData.tradeTYpe === '7'"
style="cursor: pointer;"
:data="depositList"
:header-cell-style="{ background:'#F4F4F4'}"
>
......@@ -960,6 +961,7 @@ color: #333333;"
<div>
<div class="base-inner">
<el-table
style="cursor: pointer;"
:data="refundInformationList"
empty-text="暂无退费信息"
:header-cell-style="{ background:'#F4F4F4'}"
......
......@@ -526,6 +526,7 @@ color: #333333;"
<!--基础信息右边的信息-->
<div class="base-inner" style="padding-left: 10px">
<el-table
style="cursor: pointer;"
:data="prescriptionList"
:header-cell-style="{ background:'#F4F4F4'}"
@selection-change="handleSelectionChange"
......@@ -544,7 +545,7 @@ color: #333333;"
</el-table-column>
<el-table-column align="left" label="标准价格" prop="standardAmount" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.standardAmount || scope.row.standardAmount === 0 ? (moneyFormat(scope.row.standardAmount) + ' 元') : '-' }}
{{ scope.row.standardAmount || scope.row.standardAmount === 0 ? (moneyFormat(scope.row.standardAmount) + ' 元') : '-' }}
</template>
</el-table-column>
<el-table-column align="left" label="支付金额" prop="paymentAmount" show-overflow-tooltip>
......@@ -621,6 +622,7 @@ color: #333333;"
<!--基础信息右边的信息-->
<div class="base-inner" style="padding-left: 10px">
<el-table
style="cursor: pointer;"
:data="depositList"
:header-cell-style="{ background:'#F4F4F4'}"
>
......
......@@ -296,7 +296,7 @@ color: #333333;"
<el-col :span="8">
<el-form-item label="所属科室" prop="hospitalDepartmentName">
<input-tips :text="detailInfo.hospitalDepartmentName" />
<!-- <el-input v-model="detailInfo.hospitalDepartmentName" :placeholder="'-'" disabled />-->
<!-- <el-input v-model="detailInfo.hospitalDepartmentName" :placeholder="'-'" disabled />-->
</el-form-item>
</el-col>
<el-col :span="8">
......@@ -435,6 +435,7 @@ color: #333333;"
<div>
<div class="base-inner" style="padding-left: 10px">
<el-table
style="cursor: pointer;"
:data="depositList"
:header-cell-style="{ background:'#F4F4F4'}"
>
......
......@@ -96,6 +96,7 @@
</div>
<el-row>
<el-table
style="cursor: pointer;"
class="refundForm-table"
:data="depositList"
:header-cell-style="{ background:'#F4F4F4'}"
......
......@@ -544,6 +544,7 @@ color: #333333;"
<div class="base-inner" style="padding-left: 10px">
<el-table
v-if="rowData.tradeType === '7'"
style="cursor: pointer;"
:data="depositList"
:header-cell-style="{ background:'#F4F4F4'}"
>
......@@ -869,6 +870,7 @@ color: #333333;"
<div>
<div class="base-inner" style="padding-left: 10px">
<el-table
style="cursor: pointer;"
:empty-text="'暂无退费信息'"
:data="refundInformationList"
:header-cell-style="{ background:'#F4F4F4'}"
......
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