CONTACTS_PARAM.js 216 B

123456789101112131415
  1. // 客户部门
  2. export default [
  3. {
  4. key: "code",
  5. title: "人员编码",
  6. type: "Input",
  7. search: true,
  8. },
  9. {
  10. key: "name",
  11. title: "人员名称",
  12. type: "Input",
  13. search: true,
  14. },
  15. ];