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

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

parent 7253a6ed
...@@ -1228,7 +1228,7 @@ color: #333333;" ...@@ -1228,7 +1228,7 @@ color: #333333;"
</el-table-column> </el-table-column>
</el-table> </el-table>
</el-form> </el-form>
<el-table v-else :data="petInHospitalList" :header-cell-style="{ background:'#F4F4F4'}"> <el-table v-else style="cursor: pointer;" :data="petInHospitalList" :header-cell-style="{ background:'#F4F4F4'}">
<el-table-column align="left" label="病房类型" prop="wardType"> <el-table-column align="left" label="病房类型" prop="wardType">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.ward_type" :value="scope.row.wardType" /> <dict-tag :options="dict.type.ward_type" :value="scope.row.wardType" />
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
</el-button> </el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-table :data="equipmentList" :header-cell-style="{ background:'#E8E9E8'}" border> <el-table style="cursor: pointer;" :data="equipmentList" :header-cell-style="{ background:'#E8E9E8'}" border>
<el-table-column align="center" label="设备名称" prop="deviceName" /> <el-table-column align="center" label="设备名称" prop="deviceName" />
<el-table-column align="center" label="检查日期" prop="checkDate" /> <el-table-column align="center" label="检查日期" prop="checkDate" />
<el-table-column align="center" label="检查时段" prop="checkTime" /> <el-table-column align="center" label="检查时段" prop="checkTime" />
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<el-table <el-table
ref="table" ref="table"
v-loading="loading" v-loading="loading"
style="cursor: pointer;"
row-key="petBo.petsId" row-key="petBo.petsId"
:data="petsList" :data="petsList"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<!-- 列表区--> <!-- 列表区-->
<el-table <el-table
ref="table" ref="table"
style="cursor: pointer;"
:data="petsList" :data="petsList"
:header-cell-class-name="cellClass" :header-cell-class-name="cellClass"
:header-cell-style="{background:'#F4F4F4'}" :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