From bd9cb65c8ee634f1f7bad5a69e891e3a4f46b768 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 01 四月 2024 15:54:41 +0800
Subject: [PATCH] feat:绘制地图
---
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