| | |
| | | @change="handleTableChange" |
| | | :scroll="{y:456}" :size="size" rowKey="docId"> |
| | | |
| | | <!-- 字符串超长截取省略号显示--> |
| | | <span slot="docName" slot-scope="text"> |
| | | <j-ellipsis :value="text"/> |
| | | </span> |
| | | |
| | | </a-table> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | |
| | | title: '轴数', |
| | | dataIndex: 'deviceCode', |
| | | align: 'center', |
| | | width: 80, |
| | | width: 50, |
| | | sorter: false |
| | | }, |
| | | { |
| | |
| | | dataIndex: 'docName', |
| | | key: 'docName', |
| | | align: 'center', |
| | | width: 200, |
| | | scopedSlots: { customRender: 'docName' }, |
| | | width: 240, |
| | | sorter: true |
| | | }, |
| | | { |
| | |
| | | dataIndex: 'pullStatus_dictText', |
| | | key: 'pullStatus', |
| | | align: 'center', |
| | | width: 100, |
| | | width: 80, |
| | | filters: [ |
| | | { text: '未出库', value: 1 }, |
| | | { text: '已出库', value: 2 } |