yxk-20260707

习总书记讲话、巡视整改的第二个tab的反馈信息名字修改为办理情况
This commit is contained in:
ye1023
2026-07-07 10:19:47 +08:00
parent 57afadf6a6
commit 9092d126e9
8 changed files with 9 additions and 9 deletions
@@ -403,7 +403,7 @@
*/
function getFormMenuList(record) {
return [
{ text: '查看反馈', icon: 'ant-design:eye-outlined', event: 'feedback', divider: true, onClick: handleViewFeedback.bind(null, record) },
{ text: '查看办理情况', icon: 'ant-design:eye-outlined', event: 'feedback', divider: true, onClick: handleViewFeedback.bind(null, record) },
{ text: '编辑', icon: 'ant-design:edit-outlined', event: 'edit', onClick: handleEdit.bind(null, record) },
{ text: '详情', icon: 'ant-design:file-text-outlined', event: 'detail', onClick: handleDetail.bind(null, record) },
{