diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index ced14d3..81e69f1 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -288,6 +288,7 @@ export default [ glxxszForCheckBox: [], optionsValue3Formid:'', optionsValue3Field:'', + showAll:'', }, options: selectOption, config: config, diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 8c3a5ed..923dc49 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -799,6 +799,14 @@ const attrList = computed(() => { vIf: state.isSearch, vShow: ["lowcodeImage"], }, + { + label: "详情页展示全部选项", + value: config.checkbox, + path: "config.checkbox", + type: "checkbox_showAll", + vIf: state.isSearch, + vShow: ["checkbox"], + }, { label: "数据范围", value: config.orgCentent, @@ -4693,6 +4701,14 @@ const formatTooltip = (val: number) => { + + + + + + + + { } } } - return valAry; + return valAry.join(',');; }; /** @ 作者: 秦东 @@ -1177,8 +1177,27 @@ const diGuiJilian = (val: any, options: any[]) => {
+ + > +
{{ judgeCheckbox(value, data.options) }}
+ + + {{ item.label }} + + + +
{{ judjeCascader(value, data.options) }}