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
@@ -140,7 +140,7 @@
@click="showFeedbackDetail = !showFeedbackDetail"
>
<Icon :icon="showFeedbackDetail ? 'ant-design:up-outlined' : 'ant-design:down-outlined'" />
{{ showFeedbackDetail ? '收起反馈信息' : '展开反馈信息' }}
{{ showFeedbackDetail ? '收起办理情况' : '展开办理情况' }}
</a-button>
</a-space>
</div>
@@ -170,7 +170,7 @@
@click="showFeedbackDetail = !showFeedbackDetail"
>
<Icon :icon="showFeedbackDetail ? 'ant-design:up-outlined' : 'ant-design:down-outlined'" />
{{ showFeedbackDetail ? '收起执行情况反馈' : '展开执行情况反馈' }}
{{ showFeedbackDetail ? '收起办理情况' : '展开办理情况' }}
</a-button>
</a-space>
</div>
+1 -1
View File
@@ -590,7 +590,7 @@ import { defHttp } from '/@/utils/http/axios';
function getFormMenuList(record) {
return [
{
text: '查看反馈',
text: '查看办理情况',
icon: 'ant-design:eye-outlined',
event: 'feedback',
divider: true,
@@ -192,7 +192,7 @@
@click="showFeedbackDetail = !showFeedbackDetail"
>
<Icon :icon="showFeedbackDetail ? 'ant-design:up-outlined' : 'ant-design:down-outlined'" />
{{ showFeedbackDetail ? '收起反馈信息' : '展开反馈信息' }}
{{ showFeedbackDetail ? '收起办理情况' : '展开办理情况' }}
</a-button>
</a-space>
</div>
@@ -112,7 +112,7 @@
const title = computed(() => {
const count = loading.value ? '加载中' : `${feedbackTableData.value.length}`;
return `反馈信息${count}`;
return `办理情况${count}`;
});
async function open(record: Recordable) {