diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index f344bb310..46e346555 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -248,7 +248,7 @@ const selectOption: any = [ config: {} }, { -<<<<<<< HEAD + type: 'colorPicker', label: '取色器', icon: 'color', @@ -257,7 +257,8 @@ const selectOption: any = [ modelValue: '' }, config: {} -======= + }, + { type: 'orgCentent', label: '行政组织', icon: 'sliders', @@ -274,7 +275,6 @@ const selectOption: any = [ control: { }, config: {} ->>>>>>> liwenxuan_v4 } ] }, diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index 2114f7965..bce9f04f2 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -14,14 +14,14 @@ import { PublicAtrr } from '@/api/DesignForm/types' import { chineseToPinyin } from '@/api/DesignForm/requestapi' -<<<<<<< HEAD + //数学计算公式编辑器 import MathFormula from '@/components/DesignForm/math/mathFormula.vue' -======= + import { uploadUrl } from '@/api/DesignForm' import { UploadFilled } from '@element-plus/icons-vue' import { UploadFile, UploadFiles } from 'element-plus/es/components/upload/src/upload'; ->>>>>>> liwenxuan_v4 + const props = withDefaults( //接收父级参数 defineProps<{ @@ -1301,7 +1301,7 @@ const isNotWrite = (val:any) =>{ } return false } -<<<<<<< HEAD + const unitInfo = ref() const formListmap = ref() const subUnit = ref() @@ -1356,7 +1356,7 @@ const updataDigit = (key:sring,val:any) => { }) // console.log("默认值处理-5-->",props.formConfig) } -======= + //liwenxuan 20240108 vidioupload start @@ -1506,9 +1506,6 @@ const changeCurrentUploadImgid = (clickedRow:any) => { //liwenxuan 20240111 carousel end - - ->>>>>>> liwenxuan_v4