| | |
| | | :scroll="{y:265}" :customRow="customRow" :size="size" rowKey="docId" @change="handleTableChange"> |
| | | |
| | | <!-- 字符串超长截取省略号显示--> |
| | | <span slot="docName" slot-scope="text"> |
| | | <j-ellipsis :value="text"/> |
| | | </span> |
| | | <!-- <span slot="docName" slot-scope="text">--> |
| | | <!-- <j-ellipsis :value="text"/>--> |
| | | <!-- </span>--> |
| | | </a-table> |
| | | |
| | | <DocumentModal ref="modalForm" @ok="modalFormOk"/> |
| | |
| | | title: '文件名称', |
| | | dataIndex: 'docName', |
| | | key: 'docName', |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'docName' }, |
| | | |
| | | width: 500, |
| | | sorter: true |
| | | }, |
| | |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: '消息', |
| | | description: `提取成功` |
| | | description: `提取成功`, |
| | | }) |
| | | that.$bus.$emit('reloadCutterList') |
| | | } else { |
| | | that.$notification.error({ |
| | | message: '消息', |