colums.js 325 B

123456789101112131415161718192021222324252627
  1. export const Columns = [
  2. {
  3. item:{
  4. key: 'candidate',
  5. title:'候选条件',
  6. },
  7. attr:{}
  8. },
  9. {
  10. item:{
  11. key: 'options',
  12. title:'操作符',
  13. width: 150,
  14. },
  15. attr:{}
  16. },
  17. {
  18. item:{
  19. key: 'value',
  20. title:'值'
  21. },
  22. attr:{
  23. is:'el-input',
  24. }
  25. },
  26. ]