From 698cdd0f965be309ab248e92172623e144c15126 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 25 Sep 2024 08:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 2 +- src/components/DesignForm/formControlAttres.vue | 6 +++--- src/components/DesignForm/formControlPropertiNew.vue | 6 +++--- src/components/DesignForm/formControlProperties.vue | 6 +++--- src/components/DesignForm/public/form/formGroup.vue | 2 +- src/components/DesignForm/public/form/formItem.vue | 2 +- src/views/hr/archives/archivescont.vue | 2 +- .../hr/archives/basicinformation/certificates.vue | 10 +++++----- src/views/hr/archives/basicinformation/jobtitle.vue | 5 +++-- .../hr/archives/basicinformation/personalityTest.vue | 2 +- 10 files changed, 22 insertions(+), 21 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 2ca1514..3c44a7d 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -267,7 +267,7 @@ export default [ } }, { - type: 'organization', + type: 'organization', label: '联系地址', unitName: '联系地址', icon: 'marker', diff --git a/src/components/DesignForm/formControlAttres.vue b/src/components/DesignForm/formControlAttres.vue index 45ef55b..7a5d714 100644 --- a/src/components/DesignForm/formControlAttres.vue +++ b/src/components/DesignForm/formControlAttres.vue @@ -592,7 +592,7 @@ const attrList = computed(() => { vShow: ['upload'] }, { - label: 'direction', + label: '分割线方向', type: 'select', dict: { horizontal: 'horizontal', vertical: 'vertical' }, placeholder: '分割线方向,默认horizontal', @@ -601,14 +601,14 @@ const attrList = computed(() => { vShow: ['divider'] }, { - label: 'border-style', + label: '分隔符样式', placeholder: '分隔符样式,默认solid', value: control.borderStyle, path: 'control.borderStyle', vShow: ['divider'] }, { - label: 'content-position', + label: '文字方位', type: 'select', dict: { left: 'left', right: 'right', center: 'center' }, value: control.contentPosition, diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index a825390..7eebb6f 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -908,7 +908,7 @@ const attrList = computed(() => { vShow: ['upload'] }, { - label: 'direction', + label: '分割线方向', type: 'select', dict: { horizontal: 'horizontal', vertical: 'vertical' }, placeholder: '分割线方向,默认horizontal', @@ -917,14 +917,14 @@ const attrList = computed(() => { vShow: ['divider'] }, { - label: 'border-style', + label: '分隔符样式', placeholder: '分隔符样式,默认solid', value: control.borderStyle, path: 'control.borderStyle', vShow: ['divider'] }, { - label: 'content-position', + label: '文字方位', type: 'select', dict: { left: 'left', right: 'right', center: 'center' }, value: control.contentPosition, diff --git a/src/components/DesignForm/formControlProperties.vue b/src/components/DesignForm/formControlProperties.vue index 7f50ad9..28e3e59 100644 --- a/src/components/DesignForm/formControlProperties.vue +++ b/src/components/DesignForm/formControlProperties.vue @@ -915,7 +915,7 @@ const attrList = computed(()=>{ vShow: ['upload'] }, { - label: 'direction', + label: '分割线方向', type: 'select', dict: { horizontal: 'horizontal', vertical: 'vertical' }, placeholder: '分割线方向,默认horizontal', @@ -924,14 +924,14 @@ const attrList = computed(()=>{ vShow: ['divider'] }, { - label: 'border-style', + label: '分隔符样式', placeholder: '分隔符样式,默认solid', value: control.borderStyle, path: 'control.borderStyle', vShow: ['divider'] }, { - label: 'content-position', + label: '文字方位', type: 'select', dict: { left: 'left', right: 'right', center: 'center' }, value: control.contentPosition, diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index 943acd3..f7d93a3 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -702,7 +702,7 @@ function optionsValue3Get1(data: any,fieldName: string){