signConfig.js 394 Bytes
Newer Older
xioln's avatar
xioln committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

// 容器级组件
const containerComponents = [
  'DxSupplierSelect'
]
// form可选组件
const formListComponents = [
  'DxSupplierSelect'
]
// 组合表单可选组件
const tabComponents = [
  'DxSupplierSelect'
]
// table可选组件
const tableListComponents = ['DxSupplierSelect']
export default {
  containerComponents,
  formListComponents,
  tabComponents,
  tableListComponents
}