src/views/dmx/knowledgeLib/edit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/dmx/knowledgeLib/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/dmx/knowledgeLib/tool.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/dmx/knowledgeLib/edit.vue
@@ -1,6 +1,6 @@ <template> <a-button type="text" @click="handleClick" size="small"> <a-button type="text" :disabled="props.item.run == '1'" @click="handleClick" size="small"> <template #icon> <icon-edit /> </template> src/views/dmx/knowledgeLib/index.vue
@@ -231,19 +231,19 @@ <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> src/views/dmx/knowledgeLib/tool.vue
@@ -1,5 +1,5 @@ <template> <a-button type="text" @click="handleClick" size="small"> <a-button type="text" :disabled="props.item.run == '1'" @click="handleClick" size="small"> <template #icon> <icon-tool /> </template>