From 11ae08dc96160d613c81d46bbba13865cb71bff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Mon, 17 Nov 2025 11:02:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=BC=B0=E5=80=BC?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E8=A1=A8=E5=8D=95=E5=AD=97=E6=AE=B5=EF=BC=8C?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增"统一社会信用代码/身份证号"字段,支持机构和个人信息录入 - 将"所属机构"字段更名为"所属机构/权利人",扩展适用范围 - 新增"业务/传承介绍"多行文本输入框,替代原有企业简介和业务简介 - 优化表单布局,调整字段宽度和排列顺序 - 完善表单验证规则,确保新增字段必填 - 同步更新审核详情页面字段显示 - 修改web1端 --- .../audit/components/AuditDetail.vue | 6 +- web1/.env | 2 +- web1/src/views/pages/index.vue | 64 +++++++++++++++++-- 3 files changed, 62 insertions(+), 10 deletions(-) diff --git a/web/src/views/valuation/audit/components/AuditDetail.vue b/web/src/views/valuation/audit/components/AuditDetail.vue index e498e69..9bf323a 100644 --- a/web/src/views/valuation/audit/components/AuditDetail.vue +++ b/web/src/views/valuation/audit/components/AuditDetail.vue @@ -59,10 +59,10 @@ const detailSections = computed(() => { title: '基础信息', fields: [ { label: '资产名称', type: 'text', value: detail.asset_name || '-' }, - { label: '所属机构', type: 'text', value: detail.institution || '-' }, + { label: '所属机构/权利人', type: 'text', value: detail.institution || '-' }, + { label: '统一社会信用代码/身份证号', type: 'text', value: detail.credit_code || '-' }, { label: '所属行业', type: 'text', value: detail.industry || '-' }, - { label: '企业简介', type: 'text', value: detail.company_profile || '-' }, - { label: '业务简介', type: 'text', value: detail.business_profile || '-' }, + { label: '业务/传承介绍', type: 'text', value: detail.business_heritage_intro || '-' }, ], }, { diff --git a/web1/.env b/web1/.env index a5719e4..d815e3b 100644 --- a/web1/.env +++ b/web1/.env @@ -1,3 +1,3 @@ VITE_TITLE = '成都文化产权交易所' -VITE_PORT = 3100 \ No newline at end of file +VITE_PORT = 3101 \ No newline at end of file diff --git a/web1/src/views/pages/index.vue b/web1/src/views/pages/index.vue index db8eb8a..51b49e0 100644 --- a/web1/src/views/pages/index.vue +++ b/web1/src/views/pages/index.vue @@ -32,7 +32,7 @@ require-mark-placement = "left" > - + - + - + + + + +