| | |
| | | // }, |
| | | billSystemNo: { |
| | | label: '账单系统编号', |
| | | showOverflowTooltip: true, |
| | | search: true, |
| | | rules: [ |
| | | { |
| | |
| | | }, |
| | | billName: { |
| | | label: '账单名称', |
| | | minWidth: 200, |
| | | showOverflowTooltip: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | search: true, |
| | | minWidth: 220, |
| | | search: true, |
| | | showOverflowTooltip: true, |
| | | type: 'select', // 设置为下拉框类型 |
| | | dicData: [], // 使用 selectCustomName 作为数据源 |
| | | disabled: false // 根据需要设置是否禁用 |
| | |
| | | padding: 8px 11px; |
| | | width: 200px; |
| | | } |
| | | </style> |
| | | :deep(.avue-crud__table) { |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | :deep(.el-scrollbar__bar.is-horizontal) { |
| | | pointer-events: auto; |
| | | } |
| | | </style> |