From a079b51dedafb805f9269826e24208ce28b43884 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 26 三月 2024 18:01:43 +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