From 1ae25af697c3ce96983651f7e1946f3dfa964ba4 Mon Sep 17 00:00:00 2001 From: yaojn Date: Wed, 16 Jul 2025 18:41:32 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E9=9B=86=E6=88=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE-=E8=B0=83=E7=94=A8=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E4=B8=AD=E6=B2=A1=E6=9C=89=E5=9B=9E=E6=98=BE=E7=94=A8=E6=88=B7?= =?UTF-8?q?=20=20=20=20-=20[=E5=85=B3=E8=81=94]#[1466716125626368]?= =?UTF-8?q?=E9=9B=86=E6=88=90=E9=85=8D=E7=BD=AE-=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=B8=AD=E6=B2=A1=E6=9C=89=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E7=94=A8=E6=88=B7=20http://192.168.0.96:8090/demo/rdm.html#/bu?= =?UTF-8?q?g-detail/939050947543040/939050947543057/1466716125626368?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/framework/integration/integration-audit.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/pages/framework/integration/integration-audit.vue b/src/views/pages/framework/integration/integration-audit.vue index ca3e8690..abe618da 100644 --- a/src/views/pages/framework/integration/integration-audit.vue +++ b/src/views/pages/framework/integration/integration-audit.vue @@ -50,6 +50,13 @@ @changeCurrent="searchAudit" @changePageSize="pageSize => searchAudit(1, pageSize)" > + @@ -115,6 +122,7 @@ export default { components: { TsTable: () => import('@/resources/components/TsTable/TsTable.vue'), IntegrationAuditDetail: () => import('./integration-audit-detail.vue'), + UserCard: () => import('@/resources/components/UserCard/UserCard.vue'), UserSelect, TsFormSelect, TsFormInput, -- Gitee