From b58dc818feacbfc6bf01453b0db8ad3306c8d6dd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 20 十二月 2022 10:37:18 +0800
Subject: [PATCH] 1.table表新增show-tooltip-when-overflow属性
---
src/views/sbgl/wxjl.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/sbgl/wxjl.vue b/src/views/sbgl/wxjl.vue
index 52d730f..5cda689 100644
--- a/src/views/sbgl/wxjl.vue
+++ b/src/views/sbgl/wxjl.vue
@@ -131,6 +131,7 @@
<el-table-column
prop="repair_code"
label="缁翠慨鍗曞彿"
+ show-tooltip-when-overflow
min-width="160"
sortable="custom"
/>
@@ -159,28 +160,33 @@
prop="request_person"
label="鎶ヤ慨浜�"
sortable="custom"
+ show-tooltip-when-overflow
width="100"
/>
<el-table-column
prop="request_date"
label="鎶ヤ慨鏃堕棿"
+ show-tooltip-when-overflow
width="160"
sortable="custom"
/>
<el-table-column
prop="repair_person"
label="缁翠慨浜�"
+ show-tooltip-when-overflow
width="100"
sortable="custom"
/>
<el-table-column
prop="repair_date"
label="缁翠慨瀹屾垚鏃堕棿"
+ show-tooltip-when-overflow
width="160"
sortable="custom"
/>
<el-table-column
prop="cycleDate"
+ show-tooltip-when-overflow
label="缁翠慨鏃堕暱"
width="120"
sortable="custom"
@@ -193,11 +199,13 @@
prop="verify_person"
label="楠岃瘉浜�"
width="100"
+ show-tooltip-when-overflow
sortable="custom"
/>
<el-table-column
prop="verify_date"
label="楠岃瘉鏃堕棿"
+ show-tooltip-when-overflow
width="160"
sortable="custom"
/>
@@ -205,6 +213,7 @@
prop="verify_result"
label="楠岃瘉缁撴灉"
width="120"
+ show-tooltip-when-overflow
sortable="custom"
>
<template slot-scope="{row}">
--
Gitblit v1.9.3