From fcc1ea2bf3ce3efe1f927bd087e4cd6cf2116c32 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Wed, 30 Mar 2022 16:21:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master
---
src/views/safetyproduction/checklist.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/safetyproduction/checklist.vue b/src/views/safetyproduction/checklist.vue
index 58f8c18..d2b83ca 100644
--- a/src/views/safetyproduction/checklist.vue
+++ b/src/views/safetyproduction/checklist.vue
@@ -16,7 +16,7 @@
</el-col>
<el-col :span="11" :offset="1" style="white-space: nowrap">
<el-form-item size="mini">
- <el-button type="primary" class="btns" @click="find" size="mini"
+ <el-button type="primary" class="btns" size="mini"
>搜索</el-button
>
<el-button
@@ -47,18 +47,18 @@
<el-col :span="2">
<p class="titles">标准化要求:</p>
</el-col>
- <el-col :span="18">
+ <el-col :span="20">
<p class="titles-type">
{{ item.standardizationRequirements }}
</p>
</el-col>
- <el-col :span="2"
+ <el-col :span="1"
><p class="btnXG" @click="safetyInspectionItemC(item.id, '修改')">
修改
</p></el-col
>
- <el-col :span="2"
- ><p class="btnXG" @click="safetyInspectionItemDel(item.id)">
+ <el-col :span="1"
+ ><p class="btnXG" style="color:red;" @click="safetyInspectionItemDel(item.id)">
删除
</p></el-col
>
--
Gitblit v1.9.2