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/zzmx/chda.vue | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/views/zzmx/chda.vue b/src/views/zzmx/chda.vue
index 5966c89..49db0b6 100644
--- a/src/views/zzmx/chda.vue
+++ b/src/views/zzmx/chda.vue
@@ -147,6 +147,7 @@
/>
<el-table-column
prop="partcode"
+ show-tooltip-when-overflow
label="鐗╂枡缂栫爜"
min-width="160"
sortable="custom"
@@ -154,6 +155,7 @@
<el-table-column
prop="partname"
min-width="160"
+ show-tooltip-when-overflow
label="鐗╂枡鍚嶇О"
sortable="custom"
/>
@@ -173,12 +175,14 @@
prop="uom_name"
label="鍗曚綅"
width="75"
+ show-tooltip-when-overflow
sortable="custom"
/>
<el-table-column
prop="stocktypename"
label="瀛樿揣绫诲瀷"
sortable="custom"
+ show-tooltip-when-overflow
min-width="110"
/>
<!-- <el-table-column-->
@@ -189,6 +193,7 @@
<el-table-column
prop="stck_name"
label="浠撳簱鍚嶇О"
+ show-tooltip-when-overflow
sortable="custom"
min-width="110"
>
@@ -201,6 +206,7 @@
prop="maxqty"
label="搴撳瓨涓婇檺"
width="110"
+ show-tooltip-when-overflow
sortable="custom"
>
<template slot-scope="{row}">
@@ -212,6 +218,7 @@
prop="minqty"
label="搴撳瓨涓嬮檺"
width="110"
+ show-tooltip-when-overflow
sortable="custom"
>
<template slot-scope="{row}">
@@ -221,6 +228,7 @@
</el-table-column>
<el-table-column
prop="lm_user"
+ show-tooltip-when-overflow
label="鍒涘缓浜哄憳"
sortable="custom"
width="110"
@@ -228,12 +236,14 @@
<el-table-column
prop="lm_date"
label="鍒涘缓鏃堕棿"
+ show-tooltip-when-overflow
sortable="custom"
width="160"
/>
<el-table-column
label="宸ヨ壓璺嚎"
width="80"
+ show-tooltip-when-overflow
prop="proute_id"
>
<template slot-scope="{row}">
@@ -417,6 +427,7 @@
/>
<el-table-column
prop="code"
+ show-tooltip-when-overflow
label="绫诲瀷缂栫爜"
sortable="custom"
>
@@ -428,6 +439,7 @@
<el-table-column
prop="name"
label="绫诲瀷鍚嶇О"
+ show-tooltip-when-overflow
sortable="custom"
>
<template slot-scope="{row}">
@@ -438,6 +450,7 @@
<el-table-column
prop="digdect"
label="灏忔暟浣嶆暟"
+ show-tooltip-when-overflow
sortable="custom"
>
<template slot-scope="{row}">
@@ -454,6 +467,7 @@
<el-table-column
prop="r_ule"
label="鍙栨暣瑙勫垯"
+ show-tooltip-when-overflow
sortable="custom"
>
@@ -591,15 +605,18 @@
/>
<el-table-column
prop="stepcode"
+ show-tooltip-when-overflow
label="宸ュ簭缂栫爜"
/>
<el-table-column
prop="stepname"
label="宸ュ簭鍚嶇О"
+ show-tooltip-when-overflow
/>
<el-table-column
prop="enable"
label="鍚敤鐘舵��"
+ show-tooltip-when-overflow
fixed="right"
>
<template slot-scope="{row}">
@@ -1067,6 +1084,7 @@
},
// 纭畾
async routeDialogVisibleConfirm() {
+ console.log(this.defaultroute_code)
if (this.defaultroute_code === null || this.defaultroute_code === 'null') {
return this.$message.info('榛樿宸ヨ壓璺嚎涓嶈兘涓虹┖锛�')
}
--
Gitblit v1.9.3