diff --git a/src/views/work/components/Print.vue b/src/views/work/components/Print.vue
index 8d7b225..6e3c645 100644
--- a/src/views/work/components/Print.vue
+++ b/src/views/work/components/Print.vue
@@ -219,7 +219,7 @@ function print() {
}
const remark = flows.value.find(item => item.flowKey === 'second_approval' && item.actionKey === "approvedSubmit")?.remark || '';
template += `
- | 群众反应事项解决情况 |
+ 群众反馈事项解决情况 |
${mail.value.verifyIsResolved ? '已解决': '未解决'} |
办理反馈情况 |
${mail.value.verifyFeedback || ''} |
diff --git a/src/views/work/components/templates/ThreeHandling.vue b/src/views/work/components/templates/ThreeHandling.vue
index 0c282f5..1edc820 100644
--- a/src/views/work/components/templates/ThreeHandling.vue
+++ b/src/views/work/components/templates/ThreeHandling.vue
@@ -315,7 +315,7 @@
@@ -511,7 +511,7 @@ const rules = {
verifyIsResolved: [
{
required: true,
- message: "请选择群众反应事项解决情况",
+ message: "请选择群众反馈事项解决情况",
},
],
verifyFeedback: [
diff --git a/src/views/work/components/templates/ThreeHandlingDetail.vue b/src/views/work/components/templates/ThreeHandlingDetail.vue
index 2b8ffb5..499cc7f 100644
--- a/src/views/work/components/templates/ThreeHandlingDetail.vue
+++ b/src/views/work/components/templates/ThreeHandlingDetail.vue
@@ -130,7 +130,7 @@
>
-
+
{{ mail.verifyIsResolved ? "已解决" : "" }}