| | |
| | | </div> |
| | | </template> |
| | | <template #action="{ record }" > |
| | | <tool :kbtenantInfo="kbtenantInfo" :item="record" :kbdetail="kbdetail" /> |
| | | <tool :kbtenantInfo="kbtenantInfo" :item="record" :kbdetail="kbdetail" /> |
| | | <edit :item="record" @upTabdateItem="upTabdateItem"/> |
| | | <a-popconfirm :content="'确定删除吗'" type="warning" @ok="deleteItem(record)"> |
| | | <a-button type="text" size="small"> |
| | | <a-button type="text" size="small" :disabled="record.run == '1'"> |
| | | <template #icon> |
| | | <icon-delete /> |
| | | </template> |
| | | </a-button> |
| | | </a-popconfirm> |
| | | <a-button type="text" size="small" @click="onDownloadDocument(record)"> |
| | | <a-button type="text" size="small" :disabled="record.run == '1'" @click="onDownloadDocument(record)"> |
| | | <template #icon> |
| | | <icon-download /> |
| | | </template> |
| | | </a-button> |
| | | |
| | | <a-button type="text" size="small" @click="previewArea(record)"> |
| | | <a-button type="text" size="small" :disabled="record.run == '1'" @click="previewArea(record)"> |
| | | <template #icon> |
| | | <icon-eye /> |
| | | </template> |