diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts
index 36282c1..19c9fb2 100644
--- a/src/components/DesignForm/assembly/index.ts
+++ b/src/components/DesignForm/assembly/index.ts
@@ -306,97 +306,97 @@ export default [
inputStyle: {}
}
},
- // {
- // type: 'select',
- // label: '下拉选择框',
- // unitName: '下拉选择框',
- // icon: 'select',
- // iconFont: 'fa-toggle-down',
- // control: {
- // modelValue: '',
- // appendToBody: true,
- // glxxsz: [],
- // zdtcsz: {
- // tbx: '',
- // tby: ''
- // },
- // optionsValue3Formid:'',
- // optionsValue3Field:'',
- // },
- // options: selectOption,
- // config: config,
- // styles: {
- // divStyle: {
- // marginBot: "15"
- // },
- // labelStyle: {
- // //paddingLeft: "7",
- // },
- // inputStyle: {}
- // }
- // },
- // {
- // type: 'cascader',
- // label: '级联选择器',
- // unitName: '级联选择器',
- // icon: 'cascader',
- // iconFont: 'fa-sitemap',
- // control: {
- // modelValue: []
- // },
- // options: [],
- // config: config,
- // styles: {
- // divStyle: {
- // marginBot: "15"
- // },
- // labelStyle: {
- // //paddingLeft: "7",
- // },
- // inputStyle: {}
- // }
- // },
- // {
- // type: 'datePicker',
- // label: '日期选择器',
- // unitName: '日期选择器',
- // icon: 'todo',
- // iconFont: 'fa-calendar',
- // control: {
- // modelValue: '',
- // type: 'date'
- // },
- // config: {},
- // styles: {
- // divStyle: {
- // marginBot: "15"
- // },
- // labelStyle: {
- // //paddingLeft: "7",
- // },
- // inputStyle: {}
- // }
- // },
- // {
- // type: 'timePicker',
- // label: '时间选择器',
- // unitName: '时间选择器',
- // icon: 'time',
- // iconFont: 'fa-clock-o',
- // control: {
- // modelValue: ''
- // },
- // config: {},
- // styles: {
- // divStyle: {
- // marginBot: "15"
- // },
- // labelStyle: {
- // //paddingLeft: "7",
- // },
- // inputStyle: {}
- // }
- // },
+ {
+ type: 'select',
+ label: '下拉选择框',
+ unitName: '下拉选择框',
+ icon: 'select',
+ iconFont: 'fa-toggle-down',
+ control: {
+ modelValue: '',
+ appendToBody: true,
+ glxxsz: [],
+ zdtcsz: {
+ tbx: '',
+ tby: ''
+ },
+ optionsValue3Formid:'',
+ optionsValue3Field:'',
+ },
+ options: selectOption,
+ config: config,
+ styles: {
+ divStyle: {
+ marginBot: "15"
+ },
+ labelStyle: {
+ //paddingLeft: "7",
+ },
+ inputStyle: {}
+ }
+ },
+ {
+ type: 'cascader',
+ label: '级联选择器',
+ unitName: '级联选择器',
+ icon: 'cascader',
+ iconFont: 'fa-sitemap',
+ control: {
+ modelValue: []
+ },
+ options: [],
+ config: config,
+ styles: {
+ divStyle: {
+ marginBot: "15"
+ },
+ labelStyle: {
+ //paddingLeft: "7",
+ },
+ inputStyle: {}
+ }
+ },
+ {
+ type: 'datePicker',
+ label: '日期选择器',
+ unitName: '日期选择器',
+ icon: 'todo',
+ iconFont: 'fa-calendar',
+ control: {
+ modelValue: '',
+ type: 'date'
+ },
+ config: {},
+ styles: {
+ divStyle: {
+ marginBot: "15"
+ },
+ labelStyle: {
+ //paddingLeft: "7",
+ },
+ inputStyle: {}
+ }
+ },
+ {
+ type: 'timePicker',
+ label: '时间选择器',
+ unitName: '时间选择器',
+ icon: 'time',
+ iconFont: 'fa-clock-o',
+ control: {
+ modelValue: ''
+ },
+ config: {},
+ styles: {
+ divStyle: {
+ marginBot: "15"
+ },
+ labelStyle: {
+ //paddingLeft: "7",
+ },
+ inputStyle: {}
+ }
+ },
{
type: 'txt',
label: '文字描述',
diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue
index 1b565b7..392768d 100644
--- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue
+++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue
@@ -6535,7 +6535,7 @@ const updataBase = (val: any) => {