| | |
| | | @register="registerDrawer" |
| | | showFooter |
| | | :title="getTitle" |
| | | width="600px" |
| | | width="400px" |
| | | @ok="handleSubmit" |
| | | > |
| | | <BasicForm @register="registerForm" /> |
| | |
| | | label: '飞达类型编码', |
| | | field: 'TYPE_CODE', |
| | | required: true, |
| | | colProps: { span: 12 }, |
| | | colProps: { span: 24 }, |
| | | component: 'Input', |
| | | }, |
| | | { |
| | | label: '飞达类型名称', |
| | | field: 'TYPE_NAME', |
| | | required: true, |
| | | colProps: { span: 12 }, |
| | | colProps: { span: 24 }, |
| | | component: 'Input', |
| | | }, |
| | | { |
| | | label: '备注', |
| | | field: 'REMARK', |
| | | required: true, |
| | | colProps: { span: 12}, |
| | | colProps: { span: 24}, |
| | | component: 'Input', |
| | | } |
| | | ]; |
| | |
| | | <!-- :columns="dtlColumns" |
| | | :dataSource="data" --> |
| | | <PageWrapper dense contentClass="flex"> |
| | | <BasicTable :maxHeight="200" v-for="(table, index) in tableListRef" :key="index" :title="table.title" :columns="table.columns" |
| | | <BasicTable :maxHeight="500" v-for="(table, index) in tableListRef" :key="index" :title="table.title" :columns="table.columns" |
| | | :dataSource="table.dataSource" /> |
| | | </PageWrapper> |
| | | </a-card> |
| | |
| | | @register="registerDrawer" |
| | | showFooter |
| | | :title="getTitle" |
| | | width="600px" |
| | | width="400px" |
| | | @ok="handleSubmit" |
| | | > |
| | | <BasicForm @register="registerForm" /> |
| | |
| | | label: '工具编码', |
| | | field: 'TOOL_CODE', |
| | | required: true, |
| | | colProps: { span: 12 }, |
| | | colProps: { span: 24 }, |
| | | component: 'Input', |
| | | }, |
| | | { |
| | |
| | | label: '保养项目编码', |
| | | field: 'PROJ_CODE', |
| | | required: true, |
| | | colProps: { span: 12 }, |
| | | colProps: { span: 24 }, |
| | | component: 'Input', |
| | | }, |
| | | { |
| | |
| | | field: 'RESULT', |
| | | required: true, |
| | | component: 'ApiSelect', |
| | | colProps: { span: 12 }, |
| | | colProps: { span: 24 }, |
| | | componentProps: { |
| | | api: optionsListApi, |
| | | resultField: 'Data', |
| | |
| | | label: '备注', |
| | | field: 'REMARK', |
| | | required: true, |
| | | colProps: { span: 12 }, |
| | | colProps: { span: 24 }, |
| | | component: 'Input', |
| | | } |
| | | ]; |