| | |
| | | label: '客户名称', |
| | | search: true, |
| | | minWidth: 220, |
| | | |
| | | showOverflowTooltip: true, |
| | | type: 'select', // 设置为下拉框类型 |
| | | dicData: [], // 使用 selectCustomName 作为数据源 |
| | | disabled: false // 根据需要设置是否禁用 |
| | |
| | | label: '项目名称', |
| | | search: true, |
| | | disabled: true, |
| | | minWidth: 150, |
| | | minWidth: 220, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | orderDate: { |
| | | label: '下单日期', |
| | |
| | | remark: { |
| | | label: '备注', |
| | | minWidth: 120, |
| | | showOverflowTooltip: true, |
| | | type: 'textarea', minRows: 3, maxRows: 5, |
| | | }, |
| | | |
| | |
| | | } |
| | | getSelectCustomName() |
| | | </script> |
| | | <style> |
| | | :deep(.avue-crud__table) { |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | :deep(.el-scrollbar__bar.is-horizontal) { |
| | | pointer-events: auto; |
| | | } |
| | | </style> |