银行 国家地区
This commit is contained in:
@ -4,7 +4,7 @@ import type { ComponentType } from './types/index';
|
||||
/**
|
||||
* Component list, register here to setting it in the form
|
||||
*/
|
||||
import { Input, InputNumber, Select, Radio, Checkbox, DatePicker, TreeSelect, Rate, Divider } from 'ant-design-vue';
|
||||
import { Input, InputNumber,Cascader, Select, Radio, Checkbox, DatePicker, TreeSelect, Rate, Divider } from 'ant-design-vue';
|
||||
const DatasourceSelect = defineAsyncComponent({
|
||||
loader: () => import('/@/components/DataSourceSelect/src/DatasourceSelect.vue')
|
||||
});
|
||||
@ -81,6 +81,7 @@ componentMap.set('InputPassword', XjrInputPassword);
|
||||
componentMap.set('InputSearch', Input.Search);
|
||||
componentMap.set('InputTextArea', Input.TextArea);
|
||||
componentMap.set('InputNumber', InputNumber);
|
||||
componentMap.set('Cascader', Cascader);
|
||||
// componentMap.set('AutoComplete', AutoComplete);
|
||||
componentMap.set('AutoCodeRule', AutoCodeRule);
|
||||
componentMap.set('MoneyChineseInput', MoneyChineseInput);
|
||||
|
||||
Reference in New Issue
Block a user