From ee290ab139a2f134bd142919b0d2391d8e589102 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 02 四月 2024 17:37:45 +0800
Subject: [PATCH] 设备列表展示、详情展示、显隐列、统计数

---
 src/views/system/check-template/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/check-template/index.vue b/src/views/system/check-template/index.vue
index 9e3fb1a..227f892 100644
--- a/src/views/system/check-template/index.vue
+++ b/src/views/system/check-template/index.vue
@@ -78,7 +78,7 @@
 
     <el-table v-loading="loading" :data="checkTemplateList" @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center" />
-      <el-table-column label="妯℃澘鍚嶇О" align="center" prop="templateName" width="200px"/>
+      <el-table-column label="妯℃澘鍚嶇О" align="center" prop="templateName" width="220px"/>
       <el-table-column label="鑰冩牳绫诲瀷" align="center" prop="examineCategory" />
       <el-table-column label="鑰冩牳瀵硅薄" align="center" prop="unitId" width="400px" >
         <template slot-scope="scope">

--
Gitblit v1.8.0