| | |
| | | <!-- |
| | | Description: 检索电子样板List |
| | | Description: 检索电子文档List |
| | | Author: 作者 liuyh |
| | | Date: 2025-02-27 |
| | | --> |
| | |
| | | <a-table :columns="columns" :data-source="dataSource" bordered :pagination="false" :loading="loading" |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys,selectedRows:selectionRows, onChange: onSelectChange}" |
| | | @change="handleTableChange" :customRow="customRow" |
| | | :scroll="{y:456}" :size="size" rowKey="docId"> |
| | | :scroll="{y:52*7}" :size="size" rowKey="docId"> |
| | | |
| | | <!-- 字符串超长截取省略号显示--> |
| | | <span slot="docName" slot-scope="text"> |
| | |
| | | sorter: true |
| | | }, |
| | | { |
| | | title: '出库状态', |
| | | title: '生命周期', |
| | | dataIndex: 'pullStatus_dictText', |
| | | key: 'pullStatus', |
| | | align: 'center', |