| | |
| | | |
| | | import { columns, querySchema } from './data'; |
| | | import maintOrderDrawer from './maint-order-drawer.vue'; |
| | | import SubOrditm from './sub-orditm.vue'; |
| | | |
| | | defineExpose({ |
| | | tableSelect |
| | |
| | | <template> |
| | | <Page :auto-content-height="true"> |
| | | <div class="flex h-full gap-[8px] flex-col"> |
| | | <BasicTable class="h-2/3" table-title="保养工单列表"> |
| | | <BasicTable table-title="保养工单列表"> |
| | | <template #toolbar-tools> |
| | | <Space> |
| | | <a-button v-access:code="['eims:maintOrder:export']" @click="handleDownloadExcel"> |
| | |
| | | </template> |
| | | </BasicTable> |
| | | <!--<BasisSubTable :columns="maintStandCol" :list-api="listMaintStand" :req-value="equId" class="h-1/3" req-key="equId" title="保养实施项目" />--> |
| | | <SubOrditm :order-id="orderId" class="h-1/3" /> |
| | | |
| | | </div> |
| | | <MaintOrderDrawer @reload="tableApi.query()" /> |
| | | </Page> |