{{#if editor.psSysPFPlugin}}
{{> @macro/plugins/editor/editor-use.hbs appPlugin=editor.psSysPFPlugin}}
{{else}}
{{~#eq type "AC"~}}{{> @macro/editors/auto-complete.hbs}}{{~/eq~}}
{{~#eq type "AC_FS"}}{{> @macro/editors/auto-complete.hbs}}{{~/eq~}}
{{~#eq type "AC_NOBUTTON"}}{{> @macro/editors/auto-complete.hbs}}{{~/eq~}}
{{~#eq type "AC_FS_NOBUTTON"}}{{> @macro/editors/auto-complete.hbs}}{{~/eq~}}
{{~#eq type "CHECKBOXLIST"}}{{> @macro/editors/checkbox-list.hbs}}{{~/eq~}}
{{~#eq type "CHECKBOX"}}{{> @macro/editors/checkbox.hbs}}{{~/eq~}}
{{~#eq type "LISTBOXPICKUP"}}{{> @macro/editors/list-box.hbs}}{{~/eq~}}
{{~#eq type "LISTBOX"}}{{> @macro/editors/list-box.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_LINKONLY"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKER"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_NOBUTTON"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_NOAC_LINK"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_TRIGGER_LINK"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_TRIGGER"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_NOAC"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_LINK"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "ADDRESSPICKUP"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "ADDRESSPICKUP_AC"}}{{> @macro/editors/data-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_NOTIME"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKER"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_HOUR"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_MINUTE"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_SECOND"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_NODAY"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_NODAY_NOSECOND"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DATEPICKEREX_NOSECOND"}}{{> @macro/editors/date-picker.hbs}}{{~/eq~}}
{{~#eq type "DROPDOWNLIST"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "DROPDOWNLIST_TREESELECT"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "DROPDOWNLIST_CASCADER"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "MDROPDOWNLIST_TREESELECT"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "MDROPDOWNLIST_CASCADER"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "DROPDOWNLIST_100"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "MDROPDOWNLIST"}}{{> @macro/editors/dropdown-list.hbs}}{{~/eq~}}
{{~#eq type "IPADDRESSTEXTBOX"}}{{> @macro/editors/input-ip.hbs}}{{~/eq~}}
{{~#eq type "TEXTBOX"}}{{> @macro/editors/input.hbs}}{{~/eq~}}
{{~#eq type "NUMBER"}}{{> @macro/editors/input.hbs}}{{~/eq~}}
{{~#eq type "PASSWORD"}}{{> @macro/editors/input.hbs}}{{~/eq~}}
{{~#eq type "TEXTAREA"}}{{> @macro/editors/input.hbs}}{{~/eq~}}
{{~#eq type "TEXTAREA_10"}}{{> @macro/editors/input.hbs}}{{~/eq~}}
{{~#eq type "MARKDOWN"}}{{> @macro/editors/markdown.hbs}}{{~/eq~}}
{{~#eq type "RADIOBUTTONLIST"}}{{> @macro/editors/radio-group.hbs}}{{~/eq~}}
{{~#eq type "RATING"}}{{> @macro/editors/rating.hbs}}{{~/eq~}}
{{~#eq type "RAW"}}{{> @macro/editors/raw.hbs}}{{~/eq~}}
{{~#eq type "CASCADER"}}{{> @macro/editors/cascader.hbs}}{{~/eq~}}
{{~#eq type "CASCADER_TREESELECT"}}{{> @macro/editors/cascader.hbs}}{{~/eq~}}
{{~#eq type "SLIDER"}}{{> @macro/editors/slider.hbs}}{{~/eq~}}
{{~#eq type "SPAN"}}{{> @macro/editors/span.hbs}}{{~/eq~}}
{{~#eq type "SPAN_TITLE"}}{{> @macro/editors/span.hbs}}{{~/eq~}}
{{~#eq type "STEPPER"}}{{> @macro/editors/stepper.hbs}}{{~/eq~}}
{{~#eq type "SWITCH"}}{{> @macro/editors/switch.hbs}}{{~/eq~}}
{{~#eq type "FILEUPLOADER"}}{{> @macro/editors/upload.hbs}}{{~/eq~}}
{{~#eq type "FILEUPLOADER_ONE"}}{{> @macro/editors/upload.hbs}}{{~/eq~}}
{{~#eq type "PICTURE"}}{{> @macro/editors/upload.hbs}}{{~/eq~}}
{{~#eq type "PICTURE_ONE"}}{{> @macro/editors/upload.hbs}}{{~/eq~}}
{{~#eq type "PICTURE_ONE_RAW"}}{{> @macro/editors/upload.hbs}}{{~/eq~}}
{{~#eq type "PICKUPVIEW"}}{{> @macro/editors/data-picker-view.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_DROPDOWNVIEW"}}{{> @macro/editors/data-picker-view.hbs}}{{~/eq~}}
{{~#eq type "PICKEREX_DROPDOWNVIEW_LINK"}}{{> @macro/editors/data-picker-view.hbs}}{{~/eq~}}
{{!-- {{~#eq type "CODE"}}{{> @macro/editors/code.hbs}}{{~/eq~}} --}}
{{!-- 单位选择 --}}
{{~#eq type "HTMLEDITOR"}}{{> @macro/editors/rich-text.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ORGSELECT"}}{{> @macro/editors/org-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ORGMULTIPLE"}}{{> @macro/editors/org-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ALLORGSELECT"}}{{> @macro/editors/org-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ALLORGMULTIPLE"}}{{> @macro/editors/org-select.hbs}}{{~/eq~}}
{{!-- 部门选择 --}}
{{~#eq type "PICKER_ALLDEPATMENTSELECT"}}{{> @macro/editors/department-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ALLDEPATMENTMULTIPLE"}}{{> @macro/editors/department-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_DEPATMENTSELECT"}}{{> @macro/editors/department-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_DEPATMENTMULTIPLE"}}{{> @macro/editors/department-select.hbs}}{{~/eq~}}
{{!-- 人员选择-部门 --}}
{{~#eq type "PICKER_ALLDEPTPERSONSELECT"}}{{> @macro/editors/department-personnel-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ALLDEPTPERSONMULTIPLE"}}{{> @macro/editors/department-personnel-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_DEPTPERSONSELECT"}}{{> @macro/editors/department-personnel-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_DEPTPERSONMULTIPLE"}}{{> @macro/editors/department-personnel-select.hbs}}{{~/eq~}}
{{!-- 人员选择- 单位 --}}
{{~#eq type "PICKER_ALLEMPSELECT"}}{{> @macro/editors/org-personnel-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_ALLEMPMULTIPLE"}}{{> @macro/editors/org-personnel-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_EMPSELECT"}}{{> @macro/editors/org-personnel-select.hbs}}{{~/eq~}}
{{~#eq type "PICKER_EMPMULTIPLE"}}{{> @macro/editors/org-personnel-select.hbs}}{{~/eq~}}

{{~#eq type "SPAN_COLORSPAN"}}{{> @macro/editors/color-span.hbs}}{{~/eq~}}
{{~#eq type "SPAN_AFTERTIME"}}{{> @macro/editors/span-aftertime.hbs}}{{~/eq~}}
{{~#eq type "SPAN_ADDRESSPICKUP"}}{{> @macro/editors/span.hbs}}{{~/eq~}}
{{~#eq type "SLIDER_PROGRESS"}}{{> @macro/editors/slider-progress.hbs}}{{~/eq~}}

{{!-- 数组选择器 --}}
{{~#eq type "ARRAY"}}{{> @macro/editors/array-box.hbs}}{{~/eq~}}
{{!-- 地图选择器 --}}
{{~#eq type "MAPPICKER"}}{{> @macro/editors/map-picker.hbs}}{{~/eq~}}
{{!-- 时间范围选择器 --}}
{{~#eq type "DATERANGE"}}{{> @macro/editors/date-range-picker.hbs}}{{~/eq~}}
{{!-- 时间范围选择器（无时间） --}}
{{~#eq type "DATERANGE_NOTIME"}}{{> @macro/editors/date-range-picker.hbs}}{{~/eq~}}
{{!-- 数值范围输入框 --}}
{{~#eq type "NUMBERRANGE"}}{{> @macro/editors/number-range-picker.hbs}}{{~/eq~}}
{{!-- 通过自定义数据源下拉树 --}}
{{~#eq type "DROPDOWNLIST_TREEDROPDOWNLIST"}}{{> @macro/editors/custom-dropdown-list.hbs}}{{~/eq~}}
{{!-- 颜色选择编辑器 --}}
{{~#eq type "COLORPICKER"}}{{> @macro/editors/color-picker.hbs}}{{~/eq~}}
{{/if}}