From c5f4f9b356eee5248b268c49f470839de6b5ffc4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Jan 2025 09:51:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppInsuranceAudit):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B=E5=AD=97=E5=85=B8=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AppInsuranceAudit 组件中加载 productType 字典 - 在 add 组件中使用 productType 字典显示投保产品名称 - 优化 add 组件中的表单布局 --- .../xumu/AppInsuranceAudit/AppInsuranceAudit.vue | 6 +++--- project/xumu/AppInsuranceAudit/add.vue | 15 ++++++++------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue b/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue index b366d5f4..10a3cdec 100644 --- a/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue +++ b/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue @@ -12,19 +12,19 @@ export default { }, computed: { currentPage() { - let {hash} = this.$route + let { hash } = this.$route return ["#add", "#audit"].includes(hash) ? add : list } }, created() { - this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety") + this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety", "productType") }, } diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index cd7fb23c..3edab7ad 100644 --- a/project/xumu/AppInsuranceAudit/add.vue +++ b/project/xumu/AppInsuranceAudit/add.vue @@ -12,7 +12,7 @@ const columns = [ ] export default { name: "iaAdd", - components: { AiIdcardRemote, AiEartagPicker, AiAudit}, + components: { AiIdcardRemote, AiEartagPicker, AiAudit }, props: { instance: Function, permissions: Function, @@ -138,7 +138,7 @@ export default { - +
- - + + + + + - - - +