| | |
| | | ProFormImageUpload, |
| | | ProFormRadio, |
| | | ProFormInputNumber, |
| | | defineColumns, |
| | | } from '@bole-core/components'; |
| | | import { OrderInputType } from '@bole-core/core'; |
| | | import _ from 'lodash'; |
| | | import * as flexEnterpriseWokerServices from '@/services/api/FlexEnterpriseWoker'; |
| | | import { setOSSLink } from '@/utils'; |
| | | import { |
| | | FlexTaskWorkerHireEnumText, |
| | |
| | | (e: 'onCancel'): void; |
| | | }>(); |
| | | |
| | | const column: API.CustomModuleColumnDto[] = [ |
| | | const column = defineColumns([ |
| | | { |
| | | id: '1', |
| | | enCode: 'enterpirseName', |
| | |
| | | enCode: 'contractUrl', |
| | | name: '电子合同', |
| | | }, |
| | | ]; |
| | | ]); |
| | | |
| | | watch( |
| | | () => visible.value, |