From 5a9be998d3dc8097d19d6f4833c0538c34bd6dcb Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 09 一月 2025 10:29:18 +0800 Subject: [PATCH] 111 --- src/views/hosp/project/index.vue | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 1413453..d4477bf 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -160,10 +160,17 @@ :width="flexColumnWidth('rwdtypeName')" /> <el-table-column - label="椤圭洰浠锋牸(鍗曚綅/鍏�)" + label="浠锋牸(/鍏�)" align="center" prop="proPrice" width="75px" + :show-overflow-tooltip="true" + ></el-table-column> + <el-table-column + label="鏁伴噺" + align="center" + prop="sl" + width="65px" :show-overflow-tooltip="true" ></el-table-column> <!-- <el-table-column label="绉戝鍚嶇О" align="center" prop="deptName" width="110px" :show-overflow-tooltip="true" /> --> @@ -185,7 +192,7 @@ label="缁撴灉绫诲瀷" align="center" prop="resultType" - width="110px" + width="80px" :show-overflow-tooltip="true" > <template slot-scope="scope"> @@ -203,7 +210,7 @@ align="center" prop="needReport" :show-overflow-tooltip="true" - width="110px" + width="75px" > <template slot-scope="scope"> <dict-tag @@ -217,7 +224,7 @@ align="center" prop="proCheckMethod" :show-overflow-tooltip="true" - width="110px" + width="75px" > <template slot-scope="scope"> <dict-tag -- Gitblit v1.8.0