From 5a4edca45d9d966560c276b6b158f2e65a96f72c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Fri, 30 Jan 2026 16:39:34 +0800
Subject: [PATCH] 添加产品修改
---
src/views/specialCheck/components/feedbackDetails.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/specialCheck/components/feedbackDetails.vue b/src/views/specialCheck/components/feedbackDetails.vue
index a104645..8a38697 100644
--- a/src/views/specialCheck/components/feedbackDetails.vue
+++ b/src/views/specialCheck/components/feedbackDetails.vue
@@ -18,7 +18,7 @@
<div class="feed-tit">
<div>企业名称: <span class="m-color">{{ corpInfo.enterpriseName }}</span></div>
<div>所属省市县: <span class="m-color">{{ corpInfo.enterpriseProvince + corpInfo.enterpriseCity + corpInfo.enterpriseArea }}</span></div>
- <div>检查层级: <span class="m-color">{{ corpInfo.checkUnitType == 1 ? '省级':(corpInfo.checkUnitType == 2 ? '市级' : '区县级') }}</span></div>
+ <div>检查层级: <span class="m-color">{{ corpInfo.checkUnitType == 1 ? '省级':(corpInfo.checkUnitType == 2 ? '地(州、市)级' : '区县级') }}</span></div>
<div>检查单位: <span class="m-color">{{ corpInfo.checkUnit }}</span></div>
</div>
<div style="width: 100%" v-if="(unitType==1 && !provinceCheckStatus)||(unitType==2 && !cityCheckStatus)||(unitType==3 && !areaCheckStatus)">
@@ -64,7 +64,7 @@
<el-button type="text" @click="deleteItem(index)">删除</el-button>
</td>
</tr>
- <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" plain round @click="addItem()">添加行</el-button></tr>
+ <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin: 12px" type="primary" plain round @click="addItem()">添加行</el-button></tr>
<tr class="m-color b-font" style="text-align: center">执法处罚情况</tr>
<tr>
<td class="m-color w-25 mid">罚款金额(万元)</td>
@@ -192,7 +192,7 @@
</td>
</tr>
<tr style="text-align: center" v-if="unitType == 1">
- <el-button style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button>
+ <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button>
</tr>
</table>
</div>
@@ -201,7 +201,7 @@
暂无本级检查反馈
</div>
</el-tab-pane>
- <el-tab-pane :label="unitType==2 ? '本级': '市级'" name="2">
+ <el-tab-pane :label="unitType==2 ? '本级': '地(州、市)级'" name="2">
<div v-if="cityCheckStatus == 1" class="record-list">
<div class="record-item">
<table class="record-table">
@@ -221,7 +221,7 @@
<td class="m-color w-25">是否检查出隐患问题</td>
</tr>
<tr>
- <td class="w-25">市级</td>
+ <td class="w-25">地(州、市)级</td>
<td class="w-25">{{ checkData.cityCheckName }}</td>
<td class="w-25">{{ checkData.cityCheckTime }}</td>
<td class="w-25">{{ checkData.cityHiddendangerStatus == 1 ? '是' : '否' }}</td>
@@ -274,7 +274,7 @@
</td>
</tr>
<tr style="text-align: center" v-if="unitType == 2">
- <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button>
+ <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button>
</tr>
</table>
</div>
@@ -356,7 +356,7 @@
</td>
</tr>
<tr style="text-align: center" v-if="unitType == 3">
- <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button>
+ <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button>
</tr>
</table>
</div>
--
Gitblit v1.9.2