yxk-20260703

流程基础功能	第二个tab的反馈信息名字修改为办理情况
This commit is contained in:
ye1023
2026-07-03 16:10:13 +08:00
parent efcc03e7fa
commit 07f2ed0880
@@ -91,7 +91,7 @@
<span class="feedback-expand-icon">
<Icon icon="ant-design:message-outlined" />
</span>
<span>反馈信息</span>
<span>办理情况</span>
<a-tag class="feedback-expand-count" color="processing">
{{ getFeedbackTableLoading(record) ? '加载中' : `${getFeedbackCount(record)}` }}
</a-tag>