From abde81613c1a9e81b4ecef24c82f5f849b98050c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 02 四月 2025 14:18:11 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/tasklist/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index dd4977e..e8e66a3 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -142,7 +142,7 @@
<el-table-column
label="浠诲姟鍚嶇О"
fixed
- width="120"
+ width="200"
align="center"
key="taskName"
prop="taskName"
@@ -165,9 +165,10 @@
:show-overflow-tooltip="true"
/>
<el-table-column
- label="寰呮墽琛�/鎬讳换鍔�"
+ label="寰呴殢璁�/鎬讳换鍔�"
align="center"
key="nickName"
+ width="120"
prop="nickName"
>
<template slot-scope="scope">
@@ -225,7 +226,7 @@
label="鎿嶄綔"
fixed="right"
align="center"
- width="180"
+ width="240"
class-name="small-padding fixed-width"
>
<template slot-scope="scope">
@@ -269,7 +270,7 @@
label="浠诲姟璇︽儏"
fixed="right"
align="center"
- width="200"
+ width="240"
class-name="small-padding fixed-width"
>
<template slot-scope="scope">
--
Gitblit v1.9.3